Symantec Access Management

 View Only
  • 1.  MessageConsumerPlugin, SAML SP

    Posted Dec 10, 2019 03:18 PM
    Hi,
    I need to write a custom log when a user from a partner IdP logs in into my SP. I was thinking to use MessageConsumerPlugin, but I don't see access to user ID or disambiguated id from postAuthenticateUser() method. Am I suppose to read it from a message (SAML Asseretion)? Not the best option because user is already authenticated by this point.

    Thanks


  • 2.  RE: MessageConsumerPlugin, SAML SP
    Best Answer

    Posted Dec 10, 2019 11:21 PM
    Hi Vladimir, 

    you can get authenticated user using userContext and you can get or LoginID attribute. 

    thanks 
    Sasi