Re: [cas-user] Accessing CAS Client protected REST Webservice from Mobile App.

2022-07-11 Thread Ritesh Tripathi
for > authorization/authentication instead of PGT? > > Ray > > On Sun, 2022-07-10 at 19:45 -0700, Ritesh Tripathi wrote: > > Notice: This message was sent from outside the University of Victoria > email system. Please be cautious with links and sensitive information. > &

[cas-user] Proxy Ticket Validation Error

2022-07-11 Thread Ritesh Tripathi
Folks We called a CAS protected REST Service using the Proxy Ticket. In the CAS client in tomcat - we changed the order of filters to first perform Validation and then perform Authentication. On the CAS server side - we are getting the following error: 2022-07-10 17:58:44,858 DEBUG

[cas-user] Accessing CAS Client protected REST Webservice from Mobile App.

2022-07-10 Thread Ritesh Tripathi
Folks, We have the following scenario: A. We have a web-app that is deployed in tomcat container and protected via cas-client. B. The browser based interaction all works well with authentication via CAS Server. C. We have an android app - that also authenticates with CAS via OIDC protocol.

[cas-user] Re: CASMFA, anyone able to change the name for simple mfa and/or just use digits

2021-04-20 Thread Ritesh Tripathi
In CAS 6.3 you can only enter the digits (XX) and it WORKS WELL. You can also enter the complete string - CASMFA -XX On Friday, 16 April 2021 at 17:12:00 UTC+5:30 Emilian Mitocariu wrote: > Hi, > > I'm interested in removing the CASMFA prefix as well as it is annoying to > write every

Re: [cas-user] Re: CAS flow configuration

2021-04-18 Thread Ritesh Tripathi
Hi Luis Please advise me if you were able to successfully configure the SPNEGO authentication in CAS. I am also stuck at a weird problem - where the negotiate token is being sent by the browser however the CAS server is not identifying the same. I need guidance from people who have done this

[cas-user] Re: Can a cas server configured spnego authentication support nginx forwarding?

2021-04-18 Thread Ritesh Tripathi
Hi Roman Were able to successfully configure the SPNEGO authentication? Best Regards Ritesh On Thursday, 15 October 2020 at 15:47:48 UTC+5:30 zhang...@gmail.com wrote: > Hello, > > *CAS Version*: 5.1, > > *Deployment: * > 1. CAS server: By build a WAR overlay project which contains spnego

Re: [cas-user] Cas 6.2 - Implmentation of Custom Password Policy for JDBC Authentication

2021-01-01 Thread Ritesh Tripathi
So - please customize the messages as per your requirements and your job should be done. The above will possibly be the easiest method for implementation of your use cases. Best Regards Ritesh Tripathi On Fri, Jan 1, 2021 at 11:46 AM Chun-Yao Wang wrote: > Dear Ritesh Tripathi: > >

[cas-user] Re: CAS OIDC support - 6.2.5-SNAPSHOT

2020-11-18 Thread Ritesh Tripathi
e CAS OIDC integration [you authenticate and then get back to login screen again]. 4. The issue was resolved - when we shifted back to *HTTPS Connection by implementing the SSL on CAS Server. * *Hopefully - this helps someone else.* On Thursday, 12 November 2020 at 19:27:04 UTC+5:30 Ritesh Trip

Re: [cas-user] Cas 6.2 - Implmentation of Custom Password Policy for JDBC Authentication

2020-11-18 Thread Ritesh Tripathi
sable accounts in JDBC. > > > > > > *From:* cas-...@apereo.org *On Behalf Of *Ritesh > Tripathi > *Sent:* Sunday, September 20, 2020 12:50 PM > *To:* CAS Community > *Subject:* [cas-user] Cas 6.2 - Implmentation of Custom Password Policy > for JDBC Authenticati

[cas-user] CAS OIDC support - 6.2.5-SNAPSHOT

2020-11-12 Thread Ritesh Tripathi
Folks I am new to CAS and is trying to setup the CAS as OIDC provider for other services. My limited understanding about CAS OIDC is as follows: A. You make a call to required "server/cas/oidc/authorize" - with required parameters. B. The CAS redirects the requests to

[cas-user] Cas 6.2 - Implmentation of Custom Password Policy for JDBC Authentication

2020-09-20 Thread Ritesh Tripathi
Hello All, We have a requirement that *"after 5 unsuccessful login attempts - we need to lock the account for a day for the said user."* We are having a JDBC Authentication. We were just curious if anyone has implemented custom password policy using groovy scripts or some other method for

[cas-user] CAS 6 deployment in Glassfish Application Server 4 or 5

2020-07-12 Thread Ritesh Tripathi
Hello Any one have had success in deployment of CAS Version 5 or 6 / cas.war on Glassfish Application Server version 4 or 5 series. There seems to be a lot of issues associated with deployment of Spring Boot Application as CAS on Glassfish Application Server. If anyone have had success -