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