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

Issue #6205 - Make OpenID alwaysSaveUri configuration available via init param. #6206

Closed

Conversation

lachlan-roberts
Copy link
Contributor

Issue #6205

You can now set the init param org.eclipse.jetty.security.openid.always_save_uri to change the alwaysSaveUri setting for a particular webapp. If set to true the current URI will be saved in the session for every request that is redirected to the OpenID Connect provider.

…nit param.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
@sbordet sbordet linked an issue Apr 23, 2021 that may be closed by this pull request
@lachlan-roberts
Copy link
Contributor Author

The alwaysSaveUri setting will likely not fix #6205 anyway as the browser could request other resources before redirecting which could change the URI that you are eventually redirected to.

So I am closing this PR in favour of #6211.

@lachlan-roberts lachlan-roberts deleted the jetty-10.0.x-6205-OpenID-Redirect branch May 14, 2021 00:34
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

Successfully merging this pull request may close these issues.

OpenIdAuthenticator may use incorrect redirect
1 participant