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": [],
"client": {}
},
"defaultRoles": [],
"defaultRoles": [
"offline_access"
],
"requiredCredentials": [ "password" ],
"scopeMappings": [],
"clientScopeMappings": {},

Loading…
Cancel
Save