Add "PATIENT" role to Keycloak realm configuration
This commit is contained in:
parent
e5f7c3ee19
commit
d096fc479d
|
|
@ -6,7 +6,8 @@
|
||||||
"realm": [
|
"realm": [
|
||||||
{ "name": "ADMIN" },
|
{ "name": "ADMIN" },
|
||||||
{ "name": "DOCTOR" },
|
{ "name": "DOCTOR" },
|
||||||
{ "name": "CAREGIVER" }
|
{ "name": "CAREGIVER" },
|
||||||
|
{ "name": "PATIENT" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"clients": [
|
"clients": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue