Open wanghui-devops opened 1 year ago
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?