Replies: 1 comment
-
FWIW in v5.x the validateJWT method is not documented, typed, and therefore not regarded as part of public API and I am not actively certifying for the oidc backchannel logout profile. You can use the jose module to validate the assertion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
Can't found in 6.* doc or exemple how to implement backchannel logout.
I've code a code like this with 5.* client :
How could I validate the logout token with 6.* client ?
Many thanks,
Laurent
Beta Was this translation helpful? Give feedback.
All reactions