mleziva / azure-b2c-okta-custom-policy

Azure B2C custom policy which uses Okta as an external identity provider
13 stars 2 forks source link

the subject claim 'sub' which is missing in the claims collection #1

Open Bill-Spaulding opened 1 year ago

Bill-Spaulding commented 1 year ago

Hello,

Thank you for the example IDP! I am trying to follow along but receive an error message that the sub claim is missing from the claims collection.

Would you happen to have any idea what im missing?

errorMessage

oktaClaimProvider

Signin-Signout-Relying-Party

OktaTokenPreview

mleziva commented 1 year ago

Sorry, I haven't touched this code in a few years and it is likely that Okta/Azure AD B2C have changed some aspect of their login process in that time.

Reaching out to Microsoft Support or asking in the Azure-AD-B2C repository might be your best bet

Bill-Spaulding commented 1 year ago

thank you