Reputation: 636
I'm using OpenAM as a service provider to provide an encrypted SAML token to a Salesforce canvas app.
Ideally I would like this SAML token to contain the OpenAM SSO token to enable the canvas app to refresh the SAML token. How do I add this to the SAML token?
Upvotes: 0
Views: 239
Reputation: 2995
There is no out of the box solution for this, I think you'll need to write a custom Attribute Mapper: http://docs.forgerock.org/en/openam/12.0.0/apidocs/com/sun/identity/saml2/plugins/IDPAttributeMapper.html
Upvotes: 1