Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with revoking sso tokens #632

Open
bradleyFS opened this issue Aug 22, 2024 · 3 comments
Open

Problem with revoking sso tokens #632

bradleyFS opened this issue Aug 22, 2024 · 3 comments

Comments

@bradleyFS
Copy link

bradleyFS commented Aug 22, 2024

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

@bradleyFS
Copy link
Author

@JasSuri can we update the readme for this sample so that others don't go down this path if the sample doesn't work

@emanuelbodin
Copy link

@bradleyFS did you find another solution to this?

@bradleyFS
Copy link
Author

I could not get this to work in b2c and an alternative with graph call had to be done outside b2c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants