added default admin.1 user
This commit is contained in:
parent
919d842d61
commit
b124cd027c
@ -10,7 +10,16 @@
|
|||||||
}, {
|
}, {
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"description": "Administrator privileges"
|
"description": "Administrator privileges"
|
||||||
} ]
|
} ],
|
||||||
|
"client": {
|
||||||
|
"alfresco": [
|
||||||
|
{
|
||||||
|
"name": "administrator",
|
||||||
|
"composite": false,
|
||||||
|
"clientRole": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
@ -18,9 +27,7 @@
|
|||||||
"name": "Alfresco Products",
|
"name": "Alfresco Products",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"alwaysDisplayInConsole": false,
|
"alwaysDisplayInConsole": false,
|
||||||
"redirectUris": [
|
"redirectUris": [ "*" ],
|
||||||
"*"
|
|
||||||
],
|
|
||||||
"publicClient": true,
|
"publicClient": true,
|
||||||
"protocol": "openid-connect",
|
"protocol": "openid-connect",
|
||||||
"attributes": {
|
"attributes": {
|
||||||
@ -28,5 +35,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requiredCredentials": [ "password" ]
|
"requiredCredentials": [ "password" ],
|
||||||
|
"users": [
|
||||||
|
{
|
||||||
|
"username" : "admin.1",
|
||||||
|
"enabled": true,
|
||||||
|
"credentials" : [
|
||||||
|
{
|
||||||
|
"type" : "password",
|
||||||
|
"value" : "password"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"realmRoles": [ "user" ],
|
||||||
|
"clientRoles": {
|
||||||
|
"alfresco": ["administrator"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user