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.
is not explicite enough.
But i dont know exactly what i have to do.
The roles of a user are retrieve this way from my webservice:
{
"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