AW: [cas-user] CAS 5.3.3 - NameID in SAML response xml problem

2018-09-25 Thread Bergner, Arnold
Have you tried to disable it? There are a few options regarding NameIDs in the service management app / service definition. Von: cas-user@apereo.org [mailto:cas-user@apereo.org] Im Auftrag von magicserverpixiedust Gesendet: Dienstag, 25. September 2018 23:31 An: CAS Community Betreff:

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

2018-09-25 Thread Colin Wilkinson
Regarding Authentication I have ask a separate question to see if what I want to do is possible. On Wednesday, 26 September 2018 08:14:00 UTC+10, Colin Wilkinson wrote: > > Hi Jérôme, > > I am not 100% sure, if it maybe a edge bug with CAS server itself. > Basically its an issue when

[cas-user] CAS Authentication Handlers

2018-09-25 Thread Colin Wilkinson
Hi, I wondering if its possible to have multiple authentication handlers run for the same credential type. Take "ClientCredential" for instance, I am trying to have multiple authentication handlers run. I am trying to leave your default ClientAuthenticationHandler as and have second

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

2018-09-25 Thread Colin Wilkinson
Hi Jérôme, I am not 100% sure, if it maybe a edge bug with CAS server itself. Basically its an issue when serialising the session, there is no problem when executing code only when trying to serialise the session and that made the problem hard to track. Basically I had two beans that were

[cas-user] CAS 5.3.3 - NameID in SAML response xml problem

2018-09-25 Thread magicserverpixiedust
5.1.4: covf...@maga.us 5.3.3-SNAPSHOT: https://www.rarepepes.com; SPNameQualifier="https://www.rarepepes.com"* >covf...@maga.us Seeing an odd issue between CAS versions regarding SAML responses. Specifically, I have found in 5.3.3 the NameID portion of the response includes NameQualifier and

[cas-user] How to Remove Port: https://login.domain.com:8443/cas to https://login.domain.com

2018-09-25 Thread Fahmi L. Ramdhani
Hello, how to remove ports (to 443) while i use NGINX too. I want to like *https://login.domain.com/*. Following cas configuration: *etc/cas/config/cas.properties:* cas.server.name: https://login.domain.com:8443 cas.server.prefix: ${cas.server.name}/cas *nginx/sites-available/login.domain.com*

[cas-user] Re: CAS 5.3, how to get TGT?

2018-09-25 Thread Yan Zhou
Figured out, the cookie is secure, so it is only sent via TLS. I was running CAS on Plain HTTP. Yan On Tuesday, September 25, 2018 at 2:54:17 PM UTC-4, Yan Zhou wrote: > > Hello, > > I need to extend my overlay of CAS 5.3.3, to support an additional > endpoint. > > MyController looks like

Re: [cas-user] CAS SSO login issue with cluster environment

2018-09-25 Thread Ray Bon
Uvaraj, See, https://apereo.github.io/cas/4.1.x/installation/Configuring-Ticket-Expiration-Policy.html#service-ticket-policies The time between ticket issue (16:06:58,320) and time of check on server 2 (16:07:12,665), more than 14 seconds, is an eternity in the digital realm. Either there is a

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

2018-09-25 Thread Curtis Ruck
While that looks like it would address the issue, i believe I will wait as my copy+paste'd solution works now. I really dislike the arbitrary nature of CAS now, while the xml wasn't easy/fun, i definitely think we've gone backwards now. On Monday, September 24, 2018 at 11:51:48 PM UTC-4,

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

2018-09-25 Thread magicserverpixiedust
If I start cas.war and wait for it to complete, then start cas-management.war - then CAS Management app starts fine without the hang up during Tomcat start. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 -

[cas-user] CAS 5.3, how to get TGT?

2018-09-25 Thread Yan Zhou
Hello, I need to extend my overlay of CAS 5.3.3, to support an additional endpoint. MyController looks like this. User login to CAS already. I want to get the authenticated user Id when user comes to this endpoint. But, I am unable to get TGT below. What would be the right approach? Thx!

[cas-user] CAS SSO login issue with cluster environment

2018-09-25 Thread uvaraj s
Hi CAS Users, We are using CAS 4.1.2 which is running on the cluster environment( One My SQL DB-> connecting Two CAS tomcat application under 1 Application LB) and we do not have any cache implemented. intermittently when the user tries to login the user are redirected to Login page itself.

Re: [cas-user] CAS SSO fails for External ticket repository post restart of CAS server

2018-09-25 Thread Ray Bon
You can check the contents of redis with the redis command line tool, https://redis.io/documentation. Do you have the signing and encryption keys for redis and the tickets in the confing file? If not, they will be generated on each start. Ray On Tue, 2018-09-25 at 07:01 -0700, Casseora wrote:

[cas-user] CAS SSO fails for External ticket repository post restart of CAS server

2018-09-25 Thread Casseora
Currently i am using apereo CAS 5.2.1 . I am using redis as ticket repository . SSO works fine if the server instance is not restarted . Post restart even providing the same TGC value the server fails to perform SSO and ask for credentials. Redis conf :

[cas-user] Re: Unauthorized After Login

2018-09-25 Thread Fahmi L. Ramdhani
Hi all, It is resolved. casuser# mkdir /opt/tomcat/keystore casuser# openssl pkcs12 -export -in /etc/letsencrypt/live/cas.domain.com/fullchain.pem -inkey /etc/letsencrypt/live/cas.domain.com/privkey.pem -out /opt/tomcat/keystore/cas.domain.com.p12 -password pass:changeit casuser# keytool

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

2018-09-25 Thread Jérôme LELEU
Hi, Was it a bug on your customization or something from the CAS server itself? Thanks. Best regards, Jérôme On Tue, Sep 25, 2018 at 4:37 AM Colin Wilkinson wrote: > Hi, > > I have worked out what the issue was. It one of the scope session beans > being loaded after the initial request that

[cas-user] Re: SAML2 SLO SP initiated

2018-09-25 Thread Misagh Moayyed
Your analysis is correct. I believe more recent versions of 6 handle this scenario. On Thursday, September 13, 2018 at 12:41:08 PM UTC+4:30, Fabio Martelli wrote: > > Il 12/09/2018 17:20, Fabio Martelli ha scritto: > > Hi All, I have some trouble with SAML2 SLO. > > It seems that my IdP CAS

[cas-user] Re: A rumor about CAS loosing ADFS integration

2018-09-25 Thread Misagh Moayyed
The CAS integration with ADFS is fine. Though "Perfectly" is perhaps too strong a word :) But seriously, there is no basis to the rumor AFAIK. You're probably thinking of the Azure MFA SDK, whose integration is one that was removed from CAS about 8-9 months ago. On Friday, September 7, 2018 at