You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This currently does not work. refreshTokensValidFromDateTime is a string and in the base file and used in the extensions file as a partnerClaimType. This doesn't match with the refreshTokensValidFromDateTime_for_revoke_sso_sessions claim which is a dateTime.
An example of the error it causes:
"B2C_1A_signup_signin has OutputClaims with PartnerClaimType refreshTokensValidFromDateTime with different data types. A PartnerClaimType may only be associated with OutputClaims of same data type"
This currently does not work. refreshTokensValidFromDateTime is a string and in the base file and used in the extensions file as a partnerClaimType. This doesn't match with the refreshTokensValidFromDateTime_for_revoke_sso_sessions claim which is a dateTime.
An example of the error it causes:
"B2C_1A_signup_signin has OutputClaims with PartnerClaimType refreshTokensValidFromDateTime with different data types. A PartnerClaimType may only be associated with OutputClaims of same data type"
https://github.com/azure-ad-b2c/samples/blob/master/policies/revoke-sso-sessions/readme.md
Link to line causing problem: f529a5a#r145662508
The text was updated successfully, but these errors were encountered: