- Issue created by @John Franklin
- Merge request !116Issue #3461310 by John Franklin: Add the logout redirect URL to the plugin edit form. β (Open) created by John Franklin
- Status changed to Needs review
4 months ago 11:12pm 14 July 2024
When the IdP supports a logout ("end_session") URL, OIDC will send a redirect URL as configured in admin/config/people/openid-connect/settings. However, if the IDP doesn't have that URL in its valid redirect URL list, it may refuse to acknowledge the end_session.
Set the logout redirect to user/login
, enable "Logout from identity provider" and attempt to log out from a supporting provider.
Add the logout redirect URL to the "Redirect URL" section of the plugin edit form, if it is needed.
Minimal, changes the Redirect URL from a single #markup item to an unordered list.
Changes the OpenIDConnectClientFormBase::getRedirectUrl()
method from protected to public.
Needs review
3.0
Code