Browse Source

enable offline tokens in the default realm template

main v0.1.3
Nicolas Massé 5 years ago
parent
commit
e07bc919fd
  1. 4
      templates/realm.template

4
templates/realm.template

@ -59,7 +59,9 @@
"realm": [], "realm": [],
"client": {} "client": {}
}, },
"defaultRoles": [], "defaultRoles": [
"offline_access"
],
"requiredCredentials": [ "password" ], "requiredCredentials": [ "password" ],
"scopeMappings": [], "scopeMappings": [],
"clientScopeMappings": {}, "clientScopeMappings": {},

Loading…
Cancel
Save