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

OpenID Connect RP Initiated Logout support #361

Open
azmeuk opened this issue Nov 17, 2022 · 4 comments
Open

OpenID Connect RP Initiated Logout support #361

azmeuk opened this issue Nov 17, 2022 · 4 comments
Labels
type:enhancement Enhancement

Comments

@azmeuk
Copy link
Contributor

azmeuk commented Nov 17, 2022

The OIDC RP Initiated Logout spec details how to logout an user from an identity provider when they logout from an application.

This would be very convenient to implement this in yii2-authclient. The spec is quite short and I think there would not be too much work implied on the client side.

What do you think?

@samdark
Copy link
Member

samdark commented Nov 18, 2022

Interesting. What existing providers are supported?

@azmeuk
Copy link
Contributor Author

azmeuk commented Nov 19, 2022

A quick search on the internet gives this:

Note that there are other OIDC specs that deals with logging out, such as back channel logout and front channel logout that details how the identity provider can ask the relying parties to logout an user.

@samdark
Copy link
Member

samdark commented Nov 20, 2022

Alright. Enough providers doing it. Do you have time to implement it?

@azmeuk
Copy link
Contributor Author

azmeuk commented Nov 20, 2022

As always, I might tackle this someday but I won't make any promises.

@samdark samdark added the type:enhancement Enhancement label Nov 20, 2022
@azmeuk azmeuk mentioned this issue Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants