Created
January 16, 2022 00:14
-
-
Save mfcollins3/1188cc525bab8642aaf38a59ab76c61c to your computer and use it in GitHub Desktop.
SM-AAD Session Management Technical Profile for Azure AD B2C
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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