I have a situation where the same app is deployed on different domains, 
each for a different region... so something like mysite.uk, mysite.jp, etc. 
They all log into a central CAS and CAS delegates to AD. 

What I need is to define the callback url depending on the service.

   - I see i can define cas.authn.pac4j.oidc[0].azure.callback-url=foobar 
   but that will be used by all the domains.
   - In loginProviders.html, it looks like I can update redirectUrl, but it 
   is being ignored and continues to use ${cas.server.prefix}/login 
   
th:attr="autoRedirectType=${#strings.toLowerCase(entry.autoRedirectType)},redirectUrl=@{${entry.redirectUrl}}"
   - Looks like not support out of the box with a service config (filter 
   for 
   OIDC) 
https://apereo.github.io/cas/6.6.x/services/Configuring-Service-Custom-Properties.html#supported-properties

Short of overriding a class and introducing new properties, any other ideas?

-psv


-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/9c4c6f96-bb1b-4264-97d2-ec2ca7734b67n%40apereo.org.

Reply via email to