Getting User's Token Subject Identifier (sub) From Within Azure AD
问题 My web app is using multiple OAuth 2.0 Identity Providers, and would like to retrieve the ' sub ' from the id_token of the Access Token Response and match it with one stored in my app's DB, since ' sub ' is an unique id across whatever system the user is at, and it's a stand field in the id_token. My question is: Is there an obvious/convenient way to retrieve a user's Token Subject Identifier (aka sub ) from within Azure AD portal? I know ' Object ID ' (aka Object Identifier or oid ) is part