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

Fix IDP logout + allow logout URL to be read from config.php #14

Open
Shocktrooper opened this issue Mar 17, 2023 · 0 comments
Open

Fix IDP logout + allow logout URL to be read from config.php #14

Shocktrooper opened this issue Mar 17, 2023 · 0 comments

Comments

@Shocktrooper
Copy link

Currently the logout redirect URI is hardcoded to the root site that YOURLS is configured for and null is passed for the ID token which is needed to logout of the YOURLS user session with the IDP. The ID token is neither stored nor passed to the logout call which results in a error on logout saying that the client_id is missing. Please note that while I am using OKTA the OIDC spec has this as a standard for IDP logout.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant