Guest User

Untitled

a guest
Jul 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <TechnicalProfile Id="DoesUserExist">
  2. <Metadata>
  3. <Item Key="Operation">Read</Item>
  4. <Item Key="RaiseErrorIfClaimsPrincipalDoesNotExist">false</Item>
  5. </Metadata>
  6. <InputClaims>
  7. <InputClaim ClaimTypeReferenceId="email" Required="true" PartnerClaimType="signInNames" />
  8. </InputClaims>
  9. <OutputClaims>
  10. <OutputClaim ClaimTypeReferenceId="UserSearchOID" PartnerClaimType="objectId" />
  11. </OutputClaims>
  12. <IncludeTechnicalProfile ReferenceId="AAD-Common" />
  13. </TechnicalProfile>
Add Comment
Please, Sign In to add comment