feat(pkg/op): allow custom SupportedScopes

This commit is contained in:
Kevin Schoonover 2024-11-04 00:00:25 -08:00
parent fbf009fe75
commit 1c06209f84
3 changed files with 12 additions and 2 deletions

View file

@ -167,6 +167,7 @@ type Config struct {
RequestObjectSupported bool
SupportedUILocales []language.Tag
SupportedClaims []string
SupportedScopes []string
DeviceAuthorization DeviceAuthorizationConfig
BackChannelLogoutSupported bool
BackChannelLogoutSessionSupported bool