add scope offline_access into scopes_supported

This commit is contained in:
Livio Amstutz 2021-09-29 09:37:51 +02:00
parent 0ab5ea5a57
commit 78f8017b73

View file

@ -45,6 +45,7 @@ var DefaultSupportedScopes = []string{
oidc.ScopeEmail, oidc.ScopeEmail,
oidc.ScopePhone, oidc.ScopePhone,
oidc.ScopeAddress, oidc.ScopeAddress,
oidc.ScopeOfflineAccess,
} }
func Scopes(c Configuration) []string { func Scopes(c Configuration) []string {