Re: [cas-user] Re: AUP and X509 authentication

2018-09-24 Thread Colin Wilkinson
Hi, I had to do something similar for the Password Management and did not want to recreate everything. So the solution I came up with was to remove the passwordManagementWebflowConfigurer from the execution plan and set the order to one before my configurer and readd the

Re: [cas-user] Re: AUP and X509 authentication

2018-09-24 Thread Andy Ng
Hi Curtis, Ah I missed to mention something, when you tries to override a Bean inside a Configuration file, whether or not is actually override success depends on the load sequence. Which one load last will be the actual bean to be used. See:

[cas-user] Re: CAS 5.3.x PAC4J

2018-09-24 Thread Colin Wilkinson
Hi, I have worked out what the issue was. It one of the scope session beans being loaded after the initial request that was causing the issue. Regards, On Monday, 24 September 2018 15:59:52 UTC+10, Colin Wilkinson wrote: > > Hi, > > We at working are looking at implementing delegated

[cas-user] Re: Unauthorized After Login

2018-09-24 Thread Fahmi L. Ramdhani
It's disguised. Please try the actual url. Server: https://cas.sentrasoft.com:8443/cas/login Client: https://cas.sentrasoft.com/index.php Please help me if anyone can provide a solution. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List

Re: [cas-user] Re: AUP and X509 authentication

2018-09-24 Thread Curtis Ruck
That is what i tried initially, but the transition from success to create tgt was still happening. It wasn't until i removed it the , that i could stop that transition, and instead send it to aup. I believe the reason I couldn't just provide my own x509WebflowConfigurer bean in loo of the

Re: [cas-user] cas 5.3.3 management webapp overlay issue

2018-09-24 Thread magicserverpixiedust
I've deployed CAS Management 5.3.3-SNAPSHOT and its hangs during Tomcat startup as well. -- - 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

[cas-user] Re: AUP and X509 authentication

2018-09-24 Thread Andy Ng
Hi Curtis, *> So I finally solved this* Great that you solve it *> essentially had to remove the cas-server-support-x509-webflow dependency... where getting rid of the spring xml configura*tion makes this more difficult There is no need to remove the entire dependency to make small changes,

[cas-user] Re: AUP and X509 authentication

2018-09-24 Thread Curtis Ruck
So I finally solved this... and the resolution, IMHO sucks. I essentially had to remove the cas-server-support-x509-webflow dependency, and recreate the entire project inside my own extensions, the only change was changing the output of the SUCCESS transition to the verify AUP state, and add

Re: [cas-user] Re: Unauthorized After Login

2018-09-24 Thread Ramakrishna G
https://cas.domain.com:8443/cas/serviceValidate Can you curl the above url and see what response you are getting? Check if the above url is accessible first? Along with apache logs can you also post cas server logs Sent from my iPhone > On 24-Sep-2018, at 6:41 PM, Fahmi L. Ramdhani >

Re: [cas-user] How to add various users to make conection with database in CAS v5.1.5

2018-09-24 Thread Diego Andres carvajal Ruiz
Thanks a lot Ray! El lunes, 17 de septiembre de 2018, 11:49:55 (UTC-5), rbon escribió: > > Diego, > > When setting multiple authentications, CAS will try each one until > authentication success. If the database name is different for each user, > below should work. If you want each CAS server

Re: [cas-user] Re: CAS5.1 ,Application Not Authorized to Use CAS , no service registry issue.???

2018-09-24 Thread Andy Ng
Oops maybe I remember incorrectly about the service directory. Anyway, glad to help:D Cheers! -Andy -- - 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

Re: [cas-user] Re: CAS5.1 ,Application Not Authorized to Use CAS , no service registry issue.???

2018-09-24 Thread Pedro Rosas
Hi Andy and all, Thank you very much for your support, it was precious to me! I finally got it up and running. I probably messed up something, cause I repeated the whole process from scratch and it is working now. I got the myservice-1001.json under the C:/etc/cas/services directory. Best

[cas-user] Re: Unauthorized After Login

2018-09-24 Thread Fahmi L. Ramdhani
I don't know why wp-content is loaded, even though the web content is only index.php. There is no link that points to the wp-content. The following is apache web settings: ServerName cas.domain.com ServerAdmin ad...@domain.com

Re: [cas-user] Re: Unauthorized After Login

2018-09-24 Thread Fahmi L. Ramdhani
I don't know why wp-content is loaded, even though the web content is only index.php. There is no link that points to the wp-content. The following is apache web settings: ServerName cas.domain.com ServerAdmin ad...@domain.com

[cas-user] OIDC ID Token Being Cached - need to update claims

2018-09-24 Thread Ryan C
Hello, We have some roles in our application that are updated during runtime and therefore the roles we store in our token need to be updated before the next login. No matter what attribute caching and merging I use for our service, the token claims are never being overwritten and just use the

[cas-user] CAS 5.3.x PAC4J

2018-09-24 Thread Colin Wilkinson
Hi, We at working are looking at implementing delegated authentication for facebook, google, twitter, etc but there seems to be a weird issue with it. A little bit of background we have extended the delegated authentication as we need to map the email associated with facebook for instance back