[cas-user] Re: MFA Gauth registry fails to register multiple users

2017-08-28 Thread Mark Klinchin
I have the same situation with CAS 5.1.3 with both JSON and MongoDB. Somewhat related question is whether I can use container managed datasource (java:comp/env/jdbc/...) instead of database URL (with login and password) to store Google Authenticator registrations? Thank you Mark On Thursday,

[cas-user] Help using {cipher} encrypted parameters in a standalone CAS 5.2.3 configuration

2018-05-08 Thread Mark Klinchin
Hi there, I run CAS 5.2.3 as a standalone WEB Application war in the Tomcat container. I am trying to configure {cipher} option to encrypt passwords in the configuration files. First, I added the following properties to CAS configuration and no {cipher} for any of the fields:

[cas-user] How to access JWT token in the client application?

2018-08-09 Thread Mark Klinchin
Hi there, We have enabled JWT authentication using CAS 5.2.x protecting Tomcat WEB application. Token Workflow works well and we can authenticate using generated JWT token. CAS validates the token signature and correctly returns subject of the token as principal to the application. The

Re: [cas-user] Is it possible to use different delegated authentication for different services?

2020-07-14 Thread Mark Klinchin
#identity-provider-authorization > > ‐‐‐ Original Message ‐‐‐ > On Wednesday, July 8, 2020 12:00 AM, Mark Klinchin > wrote: > > Hi there, > > Does anyone knows whether it is possible to use different delegated > authentication for different services? For exa

[cas-user] Is it possible to use different delegated authentication for different services?

2020-07-07 Thread Mark Klinchin
Hi there, Does anyone knows whether it is possible to use different delegated authentication for different services? For example, when accessing CAS as https://cas.company.com/cas/login?service=https://app-abc.company.com CAS login page will display Office 365 and Twitter buttons but when