-
Notifications
You must be signed in to change notification settings - Fork 161
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
Add a redirect flow for end_session endpoint handling #198
base: master
Are you sure you want to change the base?
Conversation
first refactor all redirect based responses to use a generic base class then create EndSession responses and AuthorizationResponse to use this class
Redirect RequestHandler should handler both endsession and authorization flow
End session flow
Is there any chance for this PullRequest to be merged? :) |
Hi, we really need this feature : having a clean logout is mandatory for enterprise apps. Could you merge this PR, please ? |
Do you have any news ? |
Any chance for a merge? |
Hi, we need this PR to fix a bug in our application. |
Need this feature. Any updates? |
Me too, do you need any help? |
Please, are there any updates on the merge? |
@arssly ? |
Any chance that this pr get merged ? |
I've added a redirect flow for handling the end_session endpoint. end session flow is much like the auth flow. so in order to avoid duplicate code, I used a base class for both end_session and auth flow.