Make supported scopes configurable
This commit is contained in:
parent
01021e71a0
commit
3e75107c9c
5 changed files with 76 additions and 22 deletions
|
@ -36,6 +36,8 @@ type Configuration interface {
|
|||
RequestObjectSigningAlgorithmsSupported() []string
|
||||
|
||||
SupportedUILocales() []language.Tag
|
||||
|
||||
SupportedScopes() []string
|
||||
}
|
||||
|
||||
func ValidateIssuer(issuer string) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue