Re: [cas-user] Re: CAS not redirecting to service after successful authentication.

2019-03-26 Thread Bryan Wooten
Is there a load balancer involved? I see you have a mix of https and http in the configuration. We had a similar issue with .Net. Our load balancer was not configured to redirect http to https. -Bryan On Tue, Mar 26, 2019 at 4:30 PM Pablo Vidaurri wrote: > Have you found a solution for this?

[cas-user] Re: CAS not redirecting to service after successful authentication.

2019-03-26 Thread Pablo Vidaurri
Have you found a solution for this? I'm using a java client also using saml11 filter and I cant get my cas server to redirect back to my application after login On Monday, May 7, 2018 at 9:12:34 AM UTC-5, Neha Gupta wrote: > > Dear All, > > I am trying to integrate CAS with ASP.NET application

Re: [cas-user] Re: CAS not redirecting to service after successful authentication.

2018-05-23 Thread Ray Bon
Neha, I have not used ASP so am unfamiliar with its operation. Perhaps certificates need to be added to ASP environment? Do you have way to watch ASP network communications? Ray On Wed, 2018-05-23 at 11:27 +0200, N&S Technical Channel NS wrote: Hello Ray, Yes i am using self signed certificat

Re: [cas-user] Re: CAS not redirecting to service after successful authentication.

2018-05-23 Thread N&S Technical Channel NS
Hello Ray, Yes i am using self signed certificate and already added it. My java application is working fine with CAS but not ASP. What more can i try? Really stuck with the problem with no clue what to do next :( Regards Neha Gupta On Tue, May 15, 2018 at 7:16 PM, Ray Bon wrote: > Neha, > >

Re: [cas-user] Re: CAS not redirecting to service after successful authentication.

2018-05-15 Thread Ray Bon
Neha, I have not used the .NET client. There may be more configuration that can be done. One possibility is certificate validity. For .NET client to connect to CAS during ticket validation, CAS needs to verify client certificate. Are you using self signed certificates? If so, they need to be add

Re: [cas-user] Re: CAS not redirecting to service after successful authentication.

2018-05-14 Thread Neha Gupta
Hello Ray, Request you to please help me out with this. Please let me know in case you need any other information. Regards Neha Gupta On Wednesday, May 9, 2018 at 10:25:46 AM UTC+2, Neha Gupta wrote: > > Hello Ray, > > Yes that what is clear from the traces that service ticket are getting > ge

Re: [cas-user] Re: CAS not redirecting to service after successful authentication.

2018-05-09 Thread Neha Gupta
Hello Ray, Yes that what is clear from the traces that service ticket are getting generated but not validated. I have done all the configuration required in ASP.NET application. Infact i just included the "DotNetCasClient" package and everything was done automatically. I just changed the values

Re: [cas-user] Re: CAS not redirecting to service after successful authentication.

2018-05-08 Thread Ray Bon
Neha, There may be other settings that need to be modified when switching from SAML11 to CAS20. ST are being created but not validated. Your ASP.NET client is not configured correctly. Ray On Tue, 2018-05-08 at 03:56 -0700, Neha Gupta wrote: Hello Andy, Thanks for reply. I was also wondering

[cas-user] Re: CAS not redirecting to service after successful authentication.

2018-05-07 Thread Andy Ng
Hi Neha, Would like to know in which documentation do you know about the parameter TARGET in "https://idiv-dev1:8443/cas/login?TARGET= *http%3a%2f%2flocalhost%3a60397%2f*", I didn't see this parameter in the official documentation. Maybe it is something related to ASP.NET? Anyway, the usual pa