Re: [cas-user] CAS + Azure AD Auth Delegation

2023-11-18 Thread Pablo Vidaurri
It looks like this in only happening when I have a target/service query parameter at the login page On Friday, November 17, 2023 at 1:37:09 AM UTC-6 Pablo Vidaurri wrote: > Did you solve your problem? I get access my app, it redirects me to cas > login page, I click on button to redirect me to

Re: [cas-user] CAS + Azure AD Auth Delegation

2023-11-16 Thread Pablo Vidaurri
Did you solve your problem? I get access my app, it redirects me to cas login page, I click on button to redirect me to Azure. I login into azure, looks like majic is happening but then i land back on my login page without being logged in. My logs show login successful, I see the correct

Re: [cas-user] Cas Azure AD

2023-09-21 Thread Pablo Vidaurri
What version of CAS are you on? I'm trying v6.6.8 with a similar cas.authn.pac4j.oidc[0].azure config you have posted cas.authn.pac4j.oidc[0].azure.client-name=AZURE-AD-NEWCO //set AD side to have redirect url of https://localhost:8443/cas/login?client_name=AZURE-AD-NEWCO but getting an

Re: [cas-user] Cas Azure AD

2023-07-04 Thread Ray Bon
Jerome, Sorry, I should have also mentioned that you need to enable the JSON service registry (first link in my previous email). With your current config it is using the in memory service registry. And remember to put your service file in the destination directory. Ray On Tue, 2023-07-04 at

Re: [cas-user] Cas Azure AD

2023-07-04 Thread Jerome Denechaud
Hello Ray thanks for your answer so , I added : cas.service-registry.json.location=file:/etc/cas/services move cas.properties in /etc/cas/config 00:06:00 INFO [o.a.c.c.DefaultCasConfigurationPropertiesSourceLocator] - 2023-07-04 07:06:00,785 INFO

Re: [cas-user] Cas Azure AD

2023-07-03 Thread Ray Bon
Jerome, Your test service is not being loaded. 05:22:45 INFO [o.a.c.s.AbstractServicesManager] - See https://apereo.github.io/cas/6.6.x/services/JSON-Service-Management.html and https://apereo.github.io/cas/6.6.x/services/Service-Management.html Ray On Mon, 2023-07-03 at 06:17 -0700, Jerome

[cas-user] Cas Azure AD

2023-07-03 Thread Jerome Denechaud (wanexa)
Hello trying to deploy cas server for delegate azure ad auth I'm working with docker image apereo/cas:latest I added cas.properties file as below cas.authn.pac4j.oidc[0].azure.display-name= cas cas.authn.pac4j.oidc[0].azure.auto-redirect-type= SERVER cas.authn.pac4j.oidc[0].azure.client-name= cas

Re: [cas-user] CAS + Azure AD Auth Delegation

2023-05-25 Thread Rod B
Hello Ray and Bartosz! Thanks for posting your configs, I think I'm close to getting CAS working with Azure (going into detail to maybe help the next person) For CAS 6.6.7 I added this module to build.gradle and built the cas.war: // Azure support implementation

Re: [cas-user] CAS + Azure AD Auth Delegation

2021-04-23 Thread Bartosz Nitkiewicz
Ray, Thank You. Now its working as expected. Regards Bartek czwartek, 22 kwietnia 2021 o 22:58:02 UTC+2 Ray Bon napisał(a): > Bartosz, > > The only cas properties I have that you do not are: > cas.authn.pac4j.oidc[0].azure.discoveryUri= >

Re: [cas-user] CAS + Azure AD Auth Delegation

2021-04-22 Thread Ray Bon
Bartosz, The only cas properties I have that you do not are: cas.authn.pac4j.oidc[0].azure.discoveryUri=https://login.microsoftonline.com/[tenant id goes here]/oauth2/v2.0/

Re: [cas-user] CAS + Azure AD Auth Delegation

2021-04-22 Thread Bartosz Nitkiewicz
I want to setup Azure as default auth for all services. But it gives me this error AADSTS900971: No reply address provided. There are no logs on CAS server side. I think that I have missconfigure something during Azure app registration. I don't know how it shoud be configure. I want to delagate

Re: [cas-user] CAS + Azure AD Auth Delegation

2021-04-22 Thread Ray Bon
Bartosz, After successful login on azure, cas will redirect to your intended service. Are there any error messages in the logs? Ray On Thu, 2021-04-22 at 10:18 -0700, Bartosz Nitkiewicz wrote: Notice: This message was sent from outside the University of Victoria email system. Please be

[cas-user] CAS + Azure AD Auth Delegation

2021-04-22 Thread Bartosz Nitkiewicz
Hi. I got stucked. I've managed to delegate auth to Azure AD. I can login with my user and password. But after that I have AADSTS900971: No reply address provided. I don't know how to set it up properly. My registered CAS app (Azure) is redirected to my CAS server https://example.org/cas with