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

[IdP] Fix Idp Builder using method calls #99221

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

tvernum
Copy link
Contributor

@tvernum tvernum commented Sep 6, 2023

The SamlIdentityProviderBuilder has mechanisms for building an object using direct method calls, or from a Settings object. Due to a lack of tests there was a bug that prevented the direct method call approach from working correctly.

The `SamlIdentityProviderBuilder` has mechanisms for building an
object using direct method calls, or from a `Settings` object.
Due to a lack of tests there was a bug that prevented the direct
method call approach from working correctly.
@tvernum tvernum added >non-issue :Security/IdentityProvider Identity Provider (SSO) project in X-Pack v8.11.0 labels Sep 6, 2023
@tvernum tvernum requested a review from jakelandis September 6, 2023 08:22
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-security (Team:Security)

@elasticsearchmachine elasticsearchmachine added the Team:Security Meta label for security team label Sep 6, 2023
Copy link
Contributor

@jakelandis jakelandis left a comment

Choose a reason for hiding this comment

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

LGTM

@tvernum tvernum merged commit e8f8a0a into elastic:main Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>non-issue :Security/IdentityProvider Identity Provider (SSO) project in X-Pack Team:Security Meta label for security team v8.11.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants