Re: [cas-user] Delegated Azure callbackUrl by service

2024-02-04 Thread Pablo Vidaurri
Sorry, correction, should be: *defining required callback-url for each that differs from the original* custom.azure.redirect-url.uk=https://www.myapp.uk custom.azure.redirect-url.cn=https://www.myapp.cn cas.authn.pac4j.oidc[0].azure.id= cas.authn.pac4j.oidc[0].azure.secret= cas.authn.pac4j.oid

Re: [cas-user] Delegated Azure callbackUrl by service

2024-02-03 Thread Pablo Vidaurri
Thanks for the pointer. I went the KISS route ... I added duplicate configs in my cas.properties file, one for each region/language defining required auto-redirect-type for each that differs from the original: custom.azure.redirect-url.uk=https://www.myapp.uk custom.azure.redirect-url.cn=https

Re: [cas-user] Delegated Azure callbackUrl by service

2024-02-03 Thread Ray Bon
Pablo, This may give some ideas https://fawnoos.com/2017/10/23/cas-multitenancy/ Ray On Fri, 2024-02-02 at 21:10 -0800, Pablo Vidaurri wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. I have a si

[cas-user] Delegated Azure callbackUrl by service

2024-02-02 Thread Pablo Vidaurri
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 defi