Skip to content

Instantly share code, notes, and snippets.

@mfcollins3
Created January 16, 2022 00:14
Show Gist options
  • Save mfcollins3/1188cc525bab8642aaf38a59ab76c61c to your computer and use it in GitHub Desktop.
Save mfcollins3/1188cc525bab8642aaf38a59ab76c61c to your computer and use it in GitHub Desktop.
SM-AAD Session Management Technical Profile for Azure AD B2C
<TechnicalProfile Id="SM-AAD">
<DisplayName>Session Mananagement Provider</DisplayName>
<Protocol Name="Proprietary" Handler="Web.TPEngine.SSO.DefaultSSOSessionProvider, Web.TPEngine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
<PersistedClaims>
<PersistedClaim ClaimTypeReferenceId="objectId" />
<PersistedClaim ClaimTypeReferenceId="signInName" />
<PersistedClaim ClaimTypeReferenceId="authenticationSource" />
<PersistedClaim ClaimTypeReferenceId="identityProvider" />
<PersistedClaim ClaimTypeReferenceId="newUser" />
<PersistedClaim ClaimTypeReferenceId="executed-SelfAsserted-Input" />
</PersistedClaims>
<OutputClaims>
<OutputClaim ClaimTypeReferenceId="objectIdFromSession" DefaultValue="true" />
</OutputClaims>
</TechnicalProfile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment