feat(op): User-configurable claims_supported (#495)
* User-configurable claims_supported * Use op.SupportedClaims instead of interface
This commit is contained in:
parent
bca8833c15
commit
7bdaf9c71d
3 changed files with 34 additions and 25 deletions
|
@ -30,6 +30,7 @@ var (
|
|||
AuthMethodPrivateKeyJWT: true,
|
||||
GrantTypeRefreshToken: true,
|
||||
RequestObjectSupported: true,
|
||||
SupportedClaims: op.DefaultSupportedClaims,
|
||||
SupportedUILocales: []language.Tag{language.English},
|
||||
DeviceAuthorization: op.DeviceAuthorizationConfig{
|
||||
Lifetime: 5 * time.Minute,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue