Hello All,
For my project I have to collect attributes (user roles)  from a rest 
webservice and add it to the principal sent by CAS to the CAS client.

The first element to configure is the RESTful Integrations but I dont 
understand how to configure CAS properties to request my webservice.
the documentation: 
https://apereo.github.io/cas/development/installation/Configuration-Properties-Common.html#restful-integrations
is not explicite enough.

The second element is to configure Authentication Attributes 
(https://apereo.github.io/cas/development/installation/Configuration-Properties.html#authentication-attributes).
But i dont know exactly what i have to do.

The roles of a user are retrieve this way from my webservice:
http://localhost:8000/roles/[email protected]
{
        "roles": [
                {"id":1,
                "name":"MEMBER" ,
                "description":"Member role"
                },
                {"id":2,
                "name":"USER"   ,
                "description":"User Role"
                }
        ]
}


Could you share exemple or experience about Authentication Attributes 
and/or rest datas integration to CAS ?
Thank you 
Sébastien


-- 
- 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/b3d57d61-dce1-45f1-907a-0ae9cb1fef33%40apereo.org.

Reply via email to