-
Bug
-
Resolution: Done
-
Blocker
-
17.0.0.Beta4
-
None
-
undefined
Current Keycloak SAML adapter (15.0.2) still relies on deprecated setAllowNull that has been recently removed (WFCORE-5467).
The WilfdFly S2I image for WF25 will depend on keycloak 15.0.2 that relies on the deprecated API. We need to temporarily add back the deprecated API used by keycloak:
- ObjectTypeAttributeDefinition.Builder.setAllowNull
- AbstractAttributeDefinitionBuilder.setAllowNull
- is related to
-
WFCORE-5557 Remove setAllowNull deprecated API
- Closed