feat(pkg/op): allow custom SupportedScopes (#675)
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
This commit is contained in:
parent
87ab011157
commit
8afb8b8d5f
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