By: Tejesh Khimani user 10 Apr 2018 at 8:03 a.m. CDT

2 Responses
Tejesh Khimani gravatar
Hi, I can authenticate users by integrating Gluu with my applications. But now I'm looking to pass Roles along with the SAML token. Basically, what I'm looking is to Authorize the users. Is it possible ? if yes, can someone share steps to implement? Thanks

By Aliaksandr Samuseu staff 10 Apr 2018 at 11:32 a.m. CDT

Aliaksandr Samuseu gravatar
Hi, Tejesh. Please elaborate a bit. "Pass Roles" from where to where? What do you mean by "SAML token"? Which party you won't to actually produce authorization decision?

By William Lowe user 10 Apr 2018 at 3:24 p.m. CDT

William Lowe gravatar
Tejesh, Anything is possible if you do your research... Community support is not here to provide high level design instructions--we are here to answer specific questions. In authorization flows, there is a policy decision point (PDP) and a policy enforcement point (PEP). The Gluu Server is the PDP, the corresponding application is the PEP. You can pass attributes in the SAML assertion or OpenID id_token. The attributes can include roles and other types of identifying information.