add scope offline_access into scopes_supported
This commit is contained in:
parent
0ab5ea5a57
commit
78f8017b73
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ var DefaultSupportedScopes = []string{
|
|||
oidc.ScopeEmail,
|
||||
oidc.ScopePhone,
|
||||
oidc.ScopeAddress,
|
||||
oidc.ScopeOfflineAccess,
|
||||
}
|
||||
|
||||
func Scopes(c Configuration) []string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue