Add userinfo oauth endpoint (#32548)
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
 | 
			
		||||
class OauthMetadataSerializer < ActiveModel::Serializer
 | 
			
		||||
  attributes :issuer, :authorization_endpoint, :token_endpoint,
 | 
			
		||||
             :revocation_endpoint, :scopes_supported,
 | 
			
		||||
             :revocation_endpoint, :userinfo_endpoint, :scopes_supported,
 | 
			
		||||
             :response_types_supported, :response_modes_supported,
 | 
			
		||||
             :grant_types_supported, :token_endpoint_auth_methods_supported,
 | 
			
		||||
             :code_challenge_methods_supported,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user