Products | Versions |
---|---|
TIBCO ActiveMatrix Service Grid | - |
Not Applicable | - |
Resolution:
Description:
=========
To have a SAML Credential Mapping policy generate a SAML 1.1 token or a SAML Authentication policy process a SAML 1.1 token the SAML token version needs to be specified explicitly in the policyset.
Environment:
==========
TIBCO ActiveMatrix Service Grid 3.x
Resolution:
=========
To specify SAML token version, in the sample SAML policysets, replace
<wssp:SamlToken/>
with
<wssp:SamlToken>
<wssp:WssSamlV11Token11 />
</wssp:SamlToken>