You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was very happy to be able to create CAS client scope in keycloak 24.0.4 without any problem but since I upgraded Keycloak to version 25.0.4, I can't create client-scope for protocol CAS.
The CAS choice is present in the creation form but when I submit the form I get a 400 Bad Request response because of the bad protocol value (see the screenshot below) :
The problem occurs both from the API and the admin console interface.
Do you have any idea of the origin of this problem and a potential fix in mind ? :)
Best regards,
Valentin Lorand
The text was updated successfully, but these errors were encountered:
After some digging, I found the origin of the problem :
A fragment of code has been implemented in the version 25 of Keycloak where an hardcoded comparison is performed to validated the protocol (SAML or OIDC). This implementation BREAKS the extensibility of Keycloak regarding the protocols.
Helloo,
I was very happy to be able to create CAS client scope in keycloak 24.0.4 without any problem but since I upgraded Keycloak to version 25.0.4, I can't create client-scope for protocol CAS.
The CAS choice is present in the creation form but when I submit the form I get a 400 Bad Request response because of the bad protocol value (see the screenshot below) :
The problem occurs both from the API and the admin console interface.
Do you have any idea of the origin of this problem and a potential fix in mind ? :)
Best regards,
Valentin Lorand
The text was updated successfully, but these errors were encountered: