single sign on - How to query a list of users or a list of groups using SAML AttributeQuery? -
i can use openam query list of users or list of groups using rest api:
- /openam/json/users?_queryid=*
- /openam/json/groups?_queryid=*
is there equivalent of above using saml, such attributequery?
the goal of attribute query completing info app has idp recieved in response authnrequest.
the sp can make attribute query request idp complete info of current logged user, not supposed ask user or the group list.
what problem making rest request idp? if use oauth2 protect tx ok.
Comments
Post a Comment