🌱(demo) create dev users and make them doc accesses
To be able to test with dummy data, we need to create our dev users from the demo and to give them access to the docs. The sub is the unicity of the user for our oidc provider, so we need to know the sub to be able to create correctly the user, it is why we set the sub as the email of the user in the realm.json file.
This commit is contained in:
@@ -1339,6 +1339,21 @@
|
||||
"jsonType.label": "String"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "qb109597-e31e-46d7-7844-62e5fcf32ac8",
|
||||
"name": "email sub",
|
||||
"protocol": "openid-connect",
|
||||
"protocolMapper": "oidc-usermodel-property-mapper",
|
||||
"consentRequired": false,
|
||||
"config": {
|
||||
"userinfo.token.claim": "true",
|
||||
"user.attribute": "email",
|
||||
"id.token.claim": "true",
|
||||
"access.token.claim": "true",
|
||||
"claim.name": "sub",
|
||||
"jsonType.label": "String"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "61c135e5-2447-494b-bc70-9612f383be27",
|
||||
"name": "email verified",
|
||||
|
||||
Reference in New Issue
Block a user