[cas-user] Help about Front-end and back-end separation architecture

2023-08-24 Thread Benny Lu
Hi: After browsing extensively online about CAS SSO, I've noticed that most login pages utilize native frontend frameworks. Could you please provide information on how to personalize and customize our own login page, as well as how to implement a separated frontend-backend login page (for ins

Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-24 Thread Ray Bon
The paid for version of intellij does not support remote editing either (sigh). Your dev setup sounds fine and you should not have to worry about your local machine since it is only used for editing. I only use intellij for code completion and class/method references. I always build/run on the c

Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-24 Thread John
The 6.6.10 thing looks to be a developer ooops, so it should have stayed and worked. The removal is probably because it has low usage, maybe based on maven download stats. In any case, we moved a lot after I saw the deprecation for couchdb in v7 to what we could using Rest based ones, that coul

Re: [cas-user] Radius -MFA in cas 6.6.8

2023-08-24 Thread Petr Bodnár
Hi Vikash, a) regarding the *NoClassDefFoundError* , can you please try to add the following dependency to your Gradle (or do you use Maven?) project configuration and see if its helps? https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on/1.63 That's the library that should conta

Re: [cas-user] Radius -MFA in cas 6.6.8

2023-08-24 Thread Vikash Chandra Ansh
Thanks, I'll check it out. On Thu, Aug 24, 2023, 8:00 PM Petr Bodnár wrote: > Hi Vikash, > > a) regarding the *NoClassDefFoundError* , can you please try to add the > following dependency to your Gradle (or do you use Maven?) project > configuration and see if its helps? > > https://mvnrepositor

Re: [cas-user] Radius -MFA in cas 6.6.8

2023-08-24 Thread Vikash Chandra Ansh
Hi All, Please help here . Still the issue is not resolved yet On Tue, Aug 22, 2023, 2:18 PM Vikash Chandra Ansh wrote: > Hi All , > > One more.observation is that, I am getting authentication success and few > multifactor authentication bypass logs in server. However I haven't added > any bypa

Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-24 Thread spfma.tech via CAS Community
Hi, Thanks for your answer. I chose this storage system because my goal is to setup an active/passive pair of servers (with continous db replication on the passive side and automatic seemless failover) in order to provider high availability. It was the only supported backend I have found pro

Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-24 Thread spfma.tech via CAS Community
Hi, Thanks for your answer. Is there any reason why it has been removed ? Regards Le 23-Aug-2023 20:18:47 +0200, jbanner6...@gmail.com a crit: Were no longer on 6.x series, as in your case, we used couchdb for many items and it is being removed in 7.x so we went ahead and moved on and it lo