samples icon indicating copy to clipboard operation
samples copied to clipboard

Problem with revoking sso tokens

Open bradleyFS opened this issue 1 year ago • 3 comments
trafficstars

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: https://github.com/azure-ad-b2c/samples/commit/f529a5ab6acbbd84bdb0f795fde113cd1ddfb2a1#r145662508

bradleyFS avatar Aug 22 '24 16:08 bradleyFS