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] Support deep links inside of RelayState for SAML IdP initiated login. #69663

Merged
merged 2 commits into from
Jun 26, 2020

Conversation

azasypkin
Copy link
Member

Backport of: #69401

return `${basePath}/`;
}

let next: string;
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: we didn't have this check in 6.8 before, but it seems it's better to have it.

@@ -45,6 +46,12 @@ export const security = (kibana) => new kibana.Plugin({
hostname: Joi.string().hostname(),
port: Joi.number().integer().min(0).max(65535)
}).default(),
authc: Joi.object({})
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: even though we drop it in 7.0 I wanted it to look similar to what we have in 7.2+.

server,
providerType
) {
// We can't use `config.has` here as it doesn't currently work with Joi's "alternatives" syntax
Copy link
Member Author

@azasypkin azasypkin Jun 24, 2020

Choose a reason for hiding this comment

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

note: borrowed from Ioannis's PR where he introduced OIDC.

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

Hey @legrego,

This backport is essentially a different PR, would be great if you can take a brief look. Thanks!

@legrego
Copy link
Member

legrego commented Jun 25, 2020

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

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

@azasypkin azasypkin merged commit 6a529d0 into elastic:6.8 Jun 26, 2020
@azasypkin azasypkin deleted the 6.8-relay-state-saml branch June 26, 2020 08:38
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

4 participants