jacekkow / keycloak-protocol-cas

CAS protocol provider for Keycloak
https://issues.jboss.org/browse/KEYCLOAK-1047
Apache License 2.0
96 stars 30 forks source link

how to set CAS URL into my SP #80

Open wanghui-devops opened 1 year ago

wanghui-devops commented 1 year ago

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?

image

image

jacekkow commented 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.