Hi,
I have succeeded implement CAS Management Web App.
But I must have user's role in user.json file as bellow to run web app:
{
"casuser" : {
"roles" : [ "ROLE_ADMIN" ]
}
}
How to bypass user role in service registry?
P/s: here is my service registry for CAS Management Web App
{
"@class" : "org.apereo.cas.services.RegexRegisteredService",
"serviceId":"^https://cas-server-domain:8088/cas-management.+",
"name" : "casManagement",
"id" : 1,
"evaluationOrder" : 1,
"allowedAttributes":["cn","mail"]
}
Thank you in advance.
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/1e19b198-441c-4f71-9bee-9b2e9a725069n%40apereo.org.