We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest
The following patch is taking care of adding an end_session_endpoint for Auth0 so that logout can work:
end_session_endpoint
auth-js/projects/auth-js/oidc/oidc-auth-manager.ts
Lines 472 to 490 in e81f20a
The following PR in oidc-client-ts introduced the add of client_id to logout requests: authts/oidc-client-ts#1038
client_id
Results is a duplicate of client_id in the url and a crash of Auth0 "Oops something went wrong".
So client_id can be safely removed from the patch.
The text was updated successfully, but these errors were encountered:
e5649a6
Actually the whole patch can be removed as Auth0 now provides a support for end session.
https://auth0.com/docs/authenticate/login/logout/log-users-out-of-auth0
For Auth0 tenants created on or after 14 November 2023, RP-Initiated Logout End Session Endpoint Discovery is enabled by default.
You can enable RP-Initiated Logout End Session Endpoint Discovery in the Auth0 Dashboard or with the Auth0 Management API.
Sorry, something went wrong.
fix(#43): regression in Auth0 logout
d41091a
Fixes #43
🎉 Released in @badisi/[email protected] 📦🚀
Badisi
No branches or pull requests
Is there an existing issue for this?
Library version
latest
Description
The following patch is taking care of adding an
end_session_endpoint
for Auth0 so that logout can work:auth-js/projects/auth-js/oidc/oidc-auth-manager.ts
Lines 472 to 490 in e81f20a
The following PR in oidc-client-ts introduced the add of
client_id
to logout requests:authts/oidc-client-ts#1038
Results is a duplicate of
client_id
in the url and a crash of Auth0 "Oops something went wrong".So
client_id
can be safely removed from the patch.The text was updated successfully, but these errors were encountered: