Re: [cas-user] Unauthorized Service Access. Service [] is not found in service registry

2019-06-28 Thread Andy Ng
Please show us the debug log and your service json, or else really hard to help you debug: To enable debug log, see https://apereo.github.io/cas/5.3.x/installation/Troubleshooting-Guide.html#review-logs Cheers! - Andy -- - Website: https://apereo.github.io/cas - Gitter Chatroom:

Re: [cas-user] Can't disable static authentication?

2019-06-28 Thread Andy Ng
I suspect the same thing as Ray do, your cas.properties should be put relative to your root directoary instead of in the cas project folder: e.g. if you are using Windows, it default should be C:/etc/cas/config instead of C:/YOUR_CAS_DIRECTORY/etc/cas/config See if the above problem is your

Re: [cas-user] Re: How do I enable cas/status page with CAS 5.3.2?

2019-06-28 Thread David Curry
Don't change the default configuration. Add the service to your service registry, wherever that is. If you don't have a service registry, you should set one of those up first. And unless the CAS server actually has an SSL certificate with localhost. as a valid CN, you should be using the

[cas-user] CAS 5.3.x - TGT as JWT on REST Protocol

2019-06-28 Thread K Devops
Hi, I've configured CAS to return TGT as JWT adding the dependency on the maven overlay: org.apereo.cas cas-server-support-rest-tokens ${cas.version} Info: https://apereo.github.io/cas/5.3.x/protocol/REST-Protocol.html#jwt-ticket-granting-tickets I've configured CAS to return a JWT Signed

[cas-user] Re: How do I enable cas/status page with CAS 5.3.2?

2019-06-28 Thread 123 456
{ "services":[ { "@class":"org.apereo.cas.services.RegexRegisteredService", "id":123456789, "serviceId":"https://localhost:/cas/status/dashboard;, "name":"cas_status", "description":"CAS dashboard and

[cas-user] Re: How do I enable cas/status page with CAS 5.3.2?

2019-06-28 Thread 123 456
I've already installed version 5.2 and I'm still getting the same error page. I've changed the ip as well and doesn't work. quarta-feira, 26 de Junho de 2019 às 17:09:20 UTC+1, 123 456 escreveu: > > Template: https://github.com/apereo/cas-gradle-overlay-template > > #= > #

Re: [cas-user] How to evaluate user expiry date/time during database authentication?

2019-06-28 Thread Misagh Moayyed
> > However, I'm stuck on the following 2 issues: > Which authentication handler would be the best one to extend in this case? AbstractJdbcUsernamePasswordAuthenticationHandler > How do I include the userExpiry column data from my database in my custom > authentication handler? > Take a