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

Update the Keycloak SAML adapter subsystem to no longer use the AttributeDefinition#getAttributeMarshaller method #22594

Closed
wants to merge 1 commit into from

Conversation

fjuma
Copy link
Contributor

@fjuma fjuma commented Aug 21, 2023

The AttributeDefinition#getAttributeMarshaller method has been removed in WildFly Core 21.1.0.Final and later.

This PR makes it possible to use the keycloak-saml-adapter-galleon-pack with WildFly 29 and later when using the Keycloak SAML adapter subsystem configuration to secure SAML applications.

Closes #22593

@fjuma fjuma requested a review from a team as a code owner August 21, 2023 20:32
@fjuma fjuma force-pushed the issue22593 branch 3 times, most recently from 11a77c0 to 51edca8 Compare August 21, 2023 21:53
@@ -140,6 +140,11 @@
<optional>true</optional>
</dependency>

<dependency>
Copy link
Contributor

Choose a reason for hiding this comment

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

@fjuma , does this fix requires this new dependency with test scope?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jfdenise This new dependency was needed to get the Keycloak subsystem parsing tests to pass. It's not related to the underlying problem here. It seemed to be a separate issue that was causing the parsing tests to fail.

@pedroigor
Copy link
Contributor

Thanks, @fjuma!

Related to #22172.

@pskopek
Copy link
Contributor

pskopek commented Aug 30, 2023

@fjuma I have cherry-picked your commit to my PR #22824 as it need to go in together.
Can you review it an close this PR, please?

@fjuma
Copy link
Contributor Author

fjuma commented Aug 30, 2023

I've reviewed #22824 so am closing this PR now. Thanks!

@fjuma fjuma closed this Aug 30, 2023
auto-merge was automatically disabled August 30, 2023 17:00

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants