2
0

Add userinfo oauth endpoint (#32548)

This commit is contained in:
Emelia Smith
2024-10-30 15:38:10 +01:00
committed by GitHub
parent 0a599d08d8
commit e1b7382ea6
8 changed files with 112 additions and 12 deletions

View File

@@ -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,