-
Notifications
You must be signed in to change notification settings - Fork 160
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
Redirect path in logout #713
Comments
Yes, there is a pr on appauth js about logout. Thank you very much for your feeback. |
This Pull Request merge would be nice => openid/AppAuth-JS#198 |
Hi, |
Here is my feature branch : https://github.com/bonnetb/react-oidc/tree/feat/logout |
Awesome @bonnetb thank you, May you set a message on openid/AppAuth-JS#198, it would be cool a merge from them :) |
Do you have any news about this ? I'm really concerned with and the lib AppAuth-JS sems to be off ... |
Me too, may be we will need to implement it here. |
Seems like AppAuth-JS hasn't been updated in a year. I wonder if it has become dead? |
Yearh, I will try to email the team. For example: |
I'am waiting for any news from them => openid/AppAuth-JS#209 If no news, I will fork it and ask openid team to certify the fork :/ |
I mean. For now its a 3 lines quick workaround: oidc/vanilla/oidc.ts
and oidc/ReactOidc.tsx
An then set the call back path when you "logout" in your app. |
I made #761 |
Is there any solution for the Identity Server? To redirect on logout? |
I will investigate |
It is done by #775 . |
Issue and Steps to Reproduce
logout doesn't expose a callback uri option:
Versions
4.2.3
Screenshots
Expected
Is there something else than appending the callbackPath to the logout endpoint that i'm missing ?
in oidc.ts
line 434
Actual
Additional Details
I can open a PR for that If you want.
The text was updated successfully, but these errors were encountered: