jumbojett / OpenID-Connect-PHP

Minimalist OpenID Connect client
https://github.com/jumbojett/OpenID-Connect-PHP
Apache License 2.0
606 stars 363 forks source link

Feat/aws cognito logout #421

Open thiagomdiniz opened 4 months ago

thiagomdiniz commented 4 months ago

AWS Cognito does not seem to implement the logout process according to the OpenID specification, displaying an error message to the user if they log out without the changes proposed in this PR.

List of common tasks a pull request require complete

DeepDiver1975 commented 4 weeks ago

honestly - I would fix this in an explicit project by subclassing the client and overloading the signout function.

I'd be fine to accept this as part of the documentation in readme. THX