feat(pkg/op): allow custom SupportedScopes
This commit is contained in:
parent
fbf009fe75
commit
1c06209f84
3 changed files with 12 additions and 2 deletions
|
@ -167,6 +167,7 @@ type Config struct {
|
|||
RequestObjectSupported bool
|
||||
SupportedUILocales []language.Tag
|
||||
SupportedClaims []string
|
||||
SupportedScopes []string
|
||||
DeviceAuthorization DeviceAuthorizationConfig
|
||||
BackChannelLogoutSupported bool
|
||||
BackChannelLogoutSessionSupported bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue