You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

There is another "Act as" for grouper, which is audited.  This enhancement is for Grouper messaging to web services and is not audited (more of a backdoor).

Send the act as

To get this to work, an HTTP header is sent with the request.  You need to send the source ID.  And you need to send the id or identifier.  Note, this is a layer on top of the normal actAs and does not conflict, both can be used

X-Grouper-actAsSourceId: sourceId
 
X-Grouper-actAsSubjectId: subjectId
-or-
X-Grouper-actAsSubjectIdentifier: subjectIdentifier

Grouper client options

  --grouperActAsSubjectId=subjId
  --grouperActAsSubjectIdentifier=subjIdent
  --grouperActAsSubjectSource=source
  • No labels