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

keycloak_saml_identity_provider: support entity_id as required field #512

Merged
merged 1 commit into from
Apr 9, 2021

Conversation

PSanetra
Copy link
Contributor

@PSanetra PSanetra commented Apr 6, 2021

This PR adds support for the required field entity_id on the resource keycloak_saml_identity_provider.

Notice: This is a breaking change. I think it is weird that this field is required in the Admin Console but the REST API seems to be ok if the field is missing. I would still make it a required field as using the Admin Console on an SAML identity provider may otherwise result in unexpected behavior.

Fixes #510

@PSanetra PSanetra force-pushed the support-saml-entity-id branch from 9eb17d6 to 3f598da Compare April 6, 2021 14:42
@mrparkers
Copy link
Contributor

Hey @PSanetra, thanks for the PR. this change looks fine overall, but any of the existing tests that use this resource will need to be updated to use this new attribute. would you be able to do that in order to get the tests passing?

thanks!

@PSanetra PSanetra force-pushed the support-saml-entity-id branch from 3f598da to 681a206 Compare April 9, 2021 17:47
@PSanetra
Copy link
Contributor Author

PSanetra commented Apr 9, 2021

@mrparkers I have fixed the tests and adjusted the documentation

Copy link
Contributor

@mrparkers mrparkers left a comment

Choose a reason for hiding this comment

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

looks great, thanks! 🚀

@mrparkers mrparkers merged commit 60db2f1 into keycloak:master Apr 9, 2021
@PSanetra
Copy link
Contributor Author

@mrparkers Is there some ETA for a new release with this change or is it possible to get a pre-release?

@mrparkers
Copy link
Contributor

@PSanetra v3.0.0 has been released today!

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.

[SAML client] - Support for SAML Service Provider Entity ID
2 participants