Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

otherMails Claim Not Found in JWT Token when added as output claim in SignUpOrSignIn RP policy #163

Open
prabhukumarb08 opened this issue Aug 12, 2024 · 0 comments

Comments

@prabhukumarb08
Copy link

I'm encountering an issue where the otherMails claim, which is a string collection, is not included in the JWT token when added as an output claim in a SignUpOrSignIn RP(RelyingParty) policy.

Note: otherMails claim already defined in base policy (TrustFrameworkBase.xml) in the starter pack. I'm trying to ship it in JWT token.

Steps to reproduce

  1. Download the starter pack and configure place holder values as per documentation(yourtenant, ProxyIdentityExperienceFrameworkAppId, IdentityExperienceFrameworkAppId and others)
  2. Add the otherMails Claim to the OutputClaims of a SignUpOrSignIn RP policy.
    SignUpOrSignin.xml
image
  1. Upload TrustFrameworkBase.xml, TrustFrameworkLocalization.xml, TrustFrameworkExtensions.xml and SignUpOrSignin.xml in Identity experience framework as specified in documentation.
  2. Run SignUpOrSignin.xml with https://jwt.ms as reply URL.
  3. SignIn page shown up, Now sign in with Email and Password.
  4. Logged in successful and https://jwt.ms displays token data
image 7. **otherMails** claim is not found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant