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

[6.8] Redirect to Logged Out UI on SAML Logout Response. #69815

Merged
merged 1 commit into from
Jun 25, 2020

Conversation

azasypkin
Copy link
Member

Backport of: #69676

@azasypkin azasypkin force-pushed the 6.8-issue-xxx-saml-logout-response branch from 656523d to 4a898eb Compare June 24, 2020 16:07
@@ -423,7 +431,7 @@ export class SAMLAuthenticationProvider {
return DeauthenticationResult.redirectTo(redirect);
}

return DeauthenticationResult.redirectTo('/logged_out');
return DeauthenticationResult.redirectTo(`${this._options.basePath}/logged_out`);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: looks like we always had this bug 🙈

@azasypkin azasypkin requested a review from legrego June 24, 2020 16:30
@azasypkin
Copy link
Member Author

@legrego same here - almost the same logic as in the original PR - but code is different. Would you mind taking a look whenever you have time? Thanks!

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@legrego
Copy link
Member

legrego commented Jun 24, 2020

ACK: will review tomorrow morning

@azasypkin azasypkin merged commit 058e535 into elastic:6.8 Jun 25, 2020
@azasypkin azasypkin deleted the 6.8-issue-xxx-saml-logout-response branch June 25, 2020 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants