Re: [cas-user] Error 500 after authentication - service fails to authorize me

2019-01-07 Thread Jennifer LaVoie
i tried to fiddle with the service url, but no luck...But thank you so much I have two apps acting strangely driving me crazy LOL On Monday, January 7, 2019 at 7:50:15 PM UTC-5, rbon wrote: > > Jen, > > The ST is being validated against a URL with GLMSSESSIONID... but this was > not present

Re: [cas-user] Error 500 after authentication - service fails to authorize me

2019-01-07 Thread Jennifer LaVoie
how do I configure my as server not not send GLMSSESSIONID? On Monday, January 7, 2019 at 7:50:15 PM UTC-5, rbon wrote: > > Jen, > > The ST is being validated against a URL with GLMSSESSIONID... but this was > not present with the log in request (the 2 need to match). > Change the CAS client to

[cas-user] Disable HttpBasedServiceCredentialsAuthenticationHandler? CAS 5.2.3

2019-01-07 Thread Mr Rao
Hi, When I debug PolicyBasedAuthenticationManager.authenticateInternal I did noticed three authentication handlers. 1) My Custom AuthenticationHandler 2 ) ClientAuthenticationHandler 3 ) HttpBasedServiceCredentialsAuthenticationHandler I'm only using my customer handler and

[cas-user] Re: CAS 5.2 OAuth 2 Redirect to root - not regularly

2019-01-07 Thread Amin M.Tehrani
Thank you sir, your suggested solution works perfectly. Cheers! Amin On Thursday, November 29, 2018 at 5:42:48 AM UTC+1, Andy Ng wrote: > > Hi, > > See if your discovered bug is the same as this one: > https://github.com/apereo/cas/pull/3363 > > If yes, then try upgrading to 5.3.x, it should

[cas-user] Re: CAS delegated authentication to SAML IDP and CAS to act as SAML SP configurations

2019-01-07 Thread Mike Kriwonos
I am not sure exactly where you are having problems, but this is the high level process you need to work through: 1) Make sure CAS is built with the PAC4J-webflow depedency Use the Maven or Gradle properties defined here and use them for the cas.war build:

[cas-user] Re: Control Attribute Release

2019-01-07 Thread Bob Dill
On Monday, January 7, 2019 at 8:21:46 AM UTC-6, Bob Dill wrote: > > Hi, > > I've read through the docs on Attribute Resolution, but there's no mention > of what files to edit and no examples given. We are using LDAP > authentication, and we would like to release people first name and last >

[cas-user] Control Attribute Release

2019-01-07 Thread Bob Dill
Hi, I've read through the docs on Attribute Resolution, but there's no mention of what files to edit and no examples given. We are using LDAP authentication, and we would like to release people first name and last name to an SP. How do I go about defining attributes to be released coming from

[cas-user] CAS delegated authentication to SAML IDP and CAS to act as SAML SP configurations

2019-01-07 Thread sairam aagiru
Hi all, I'm trying to integrate CAS with SAML using pac4j(CAS-server-support-pac4j-web flow) support project from CAS by following below document : https://apereo.github.io/cas/5.1.x/integration/Delegate-Authentication.html I am using SSO(ACS) URL as https://witty.wavity.net/saml/login to