How to set Bootstrap Token for ClaimsPrincipal

When Identify receives an assertion from upstream IdP, it converts the assertion into a ClaimsPrincipal object and passes it into the claim pipeline. By default, the claims principal doesn’t contain the original assertion, which is also called the bootstrap token. In order to let Identify make the bootstrap token available for being used in the claim pipeline, you can follow two simple steps below:

    1. Open the SAML 2.0 Authentication Connection of the upstream IdP
    2. Open the SAML 2.0 Authentication Connection of the upstream IdP

Check “Set bootstrap token for ClaimsPrincipal” checkbox

Was this helpful ?Good Somewhat Bad