Authentication Attributes and RESTful Integrations

20 views
Skip to first unread message

Sébastien Ragons

unread,
Dec 8, 2017, 11:55:46 AM12/8/17
to CAS Community
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


Reply all
Reply to author
Forward
0 new messages