About 52 results
Open links in new tab
  1. Is 'sub' claim part of openid scope or profile scope?

    Jul 22, 2016 · sub is a required claim of the id_token - and the openid scope is the required minimum scope to make an OpenID Connect authentication request. You can mix openid with …

  2. AAD B2C - What is the subject (sub) when getting a token with ...

    Apr 1, 2022 · The sub claim in the Microsoft identity platform is "pair-wise" - it is unique based on a combination of the token recipient, tenant, and user. Therefore, two apps that request ID …

  3. What is in the sub and oid claims when getting client_credentials ...

    Jul 31, 2018 · In my azure configuration I'm getting JWT tokens with matching oid and sub claims. For our SPA using implicit flow this is working just fine. I map oid/sub to application users. In …

  4. ASP.NET Core JWT authentication changes Claims (sub)

    ASP.NET Core JWT authentication changes Claims (sub) Asked 5 years, 5 months ago Modified 1 year, 8 months ago Viewed 10k times

  5. Should we compare 'sub' claim in Access Token and ID Token?

    Oct 13, 2020 · Per Okta's documentation, the 'sub' claim in the access token is, by default, either the user's ID (if using an OAuth flow with a user scope available, like Authorization Code flow) …

  6. SUB claim missing on User.Identity - Stack Overflow

    Nov 29, 2023 · I gave you and example what happens with "SUB" claim in the question. But on the other side, if you use OpenID Connect claim-names, you need to re-map Name and Roles, …

  7. On Azure AD portal, where to find "sub" claim value for user that is ...

    Jul 10, 2020 · A customer uses Azure AD as the identity provider, we need to get the "sub" (subject) claim value in the ID Token that is being sent to our web application from Azure AD …

  8. The 'sub' claim value is different between Access and Id tokens

    Oct 18, 2018 · The subject (sub) claim is unique for the user and the service for which the token is intended (identified by the audience (aud) claim). Usually, the ID Token and Access Token …

  9. Why is ClaimTypes.NameIdentifier not mapping to 'sub'?

    Sep 18, 2019 · It's a good question that's why I upvoted it (from -1 to 0 now) but your example is irrelavant to your question. If you see 'sub' in your claims, then FindFirstValue of "sub".

  10. Will the "Sub" claim in an Auth0 JWT always be unique?

    Apr 15, 2017 · The sub, short for subject, in this case is the User Id for the normalised user profile representing the user in Auth0. Here, facebook|123456789 is the connection strategy (social …