Re: [cas-user] I need guidance please: Id in social networks must go with Google2Profile

2020-11-04 Thread Jérôme LELEU
Hi, You should set the *cas.authn.pac4j.typed-id-used* property to *true*. Thanks. Best regards, Jérôme Le mar. 3 nov. 2020 à 13:33, Fernando Gómez a écrit : > Hello, to complete my integration of CAS SSO with my app, I need that when > I return the answer that it can be credited with network

[cas-user] 404 error after CAS login

2020-11-04 Thread sagar ghimire
Hello, I am getting the 404 error, when I successfully logged in with CAS to my Spring boot webapp. Please find the attached image. Any help will be really appreciated. Thanks Sagar Ghimire Software Developer[image: Capture.PNG] -- - Website: https://apereo.github.io/cas - Gitter Chatroom:

Re: [cas-user] WebApp render to 404 after granting ticket from CAS

2020-11-04 Thread Ray Bon
Sagar, What happens when you browse directly to inb9fnhr.nwmissouri.edu:8443/MyNWSSO/ This sounds like a problem with your application configuration and not cas. Or are you asking how to configure your cas client? Ray On Wed, 2020-11-04 at 09:56 -0800, sagar ghimire wrote: Notice: This message

Re: [cas-user] I need guidance please: Id in social networks must go with Google2Profile

2020-11-04 Thread Fernando Gómez
Thank you so much!!! It's working. One last question, is there a way where I can manipulate the String that comes to me a bit, example to remove the namespace org.pac4j.oauth.profile.google2. El miércoles, 4 de noviembre de 2020 a las 5:28:34 UTC-3, leleuj escribió: > Hi, > > You should set

Re: [cas-user] WebApp render to 404 after granting ticket from CAS

2020-11-04 Thread sagar ghimire
Hello Ray, I have configured my Spring Boot App but I think the problem is when the CAS redirect to my webapp with Service Ticket my web app is not revalidating the ticket to CAS server again. The reference that I have taken for this webapp is from https://medium.com/@venkateshpnk22/single-sign-on-

Re: [cas-user] WebApp render to 404 after granting ticket from CAS

2020-11-04 Thread Ray Bon
Sagar, The ST handler must be publicly accessible. If inb9fnhr.nwmissouri.edu:8443/MyNWSSO/ takes you to cas login, it will not be able to receive the ST, but redirect to cas for login in an endless loop. What is happening on the line above the red one in the image? Ray On Wed, 2020-11-04 at 1

Re: [cas-user] WebApp render to 404 after granting ticket from CAS

2020-11-04 Thread sagar ghimire
Roy, I have attached the image before the red line one. Also I was looking at the server logs and found : 2020-11-04 12:16:05.770 ERROR 13281 --- [nio-8443-exec-4] o.s.b.w.servlet.support.ErrorPageFilter : Forwarding to error page from request [/] due to exception [org.springframework.security.au

[cas-user] CAS service accessStrategy and external SAML IdP?

2020-11-04 Thread Carl Waldbieser
Hi, I'm running the Internet2 Shibboleth IdP and delegating authentication to CAS v6.2 for authentication. I know CAS can do its own SAML negotiation, but this is configuration my institution is currently happy with. We are using the Unicon shibcas authenticator 3 ( https://github.com/Unicon/shi

Re: [cas-user] WebApp render to 404 after granting ticket from CAS

2020-11-04 Thread Ray Bon
Sagar, Turn up logging in spring. Try to figure out what token is. Ray On Wed, 2020-11-04 at 14:11 -0600, sagar ghimire wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. Roy, I have attached the i