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 want put the jar into my container 【 image: quay.io/keycloak/keycloak:21.0.0】
do first step :
docker cp keycloak-protocol-cas-21.0.0.jar containerID:/opt/keycloak/providers/
then :
docker restart containerID
i can see cas with creare clients ,but i can not set CAS URL into my SP ; what wrong with me? is the themes wrong?
The text was updated successfully, but these errors were encountered:
You must first create a Client and then edit it and set up "Valid redirect URIs". At the moment there is no custom step/theme/template to setup URL on the "create client" screen.
I'd happily accept a pull request to add such step in the initial setup.
i want put the jar into my container 【 image: quay.io/keycloak/keycloak:21.0.0】
do first step :
docker cp keycloak-protocol-cas-21.0.0.jar containerID:/opt/keycloak/providers/
then :
docker restart containerID
i can see cas with creare clients ,but i can not set CAS URL into my SP ; what wrong with me? is the themes wrong?
The text was updated successfully, but these errors were encountered: