[cas-user] Regarding JWT and CAS Server

2016-10-17 Thread Ajay Madhavan
I want to use the cas server to authenticate since it gives me good integration with radius and AD. I would like to generate a JWT instead of a service ticket. Do you think that will be possible? Do you think it would be possible to just add the JSON web Token generator inside CAS to generate a

Re: [cas-user] CAS Ldaptive connectTimeout java.time.Duration

2016-10-17 Thread Daniel Fisher
On Mon, Oct 17, 2016 at 1:19 PM, Brandon Martin wrote: > > Possibly different version of ldaptive required? > Yes. 1.2.x moved all integer based time properties to durations. So either downgrade to 1.1.x or change your properties. Note that you've got about a half

Re: [cas-user] Using CAS with Apache or Nginx with SSL

2016-10-17 Thread Brandon Martin
Here's the nginx config I use: server { listen 443 ssl; server_name login.domain.net; location = / { rewrite ^/(.*) https://login.domain.net/login; } location / { add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"; add_header

[cas-user] CAS Ldaptive connectTimeout java.time.Duration

2016-10-17 Thread Brandon Martin
I am currently configuring CAS 4.2.6 with the Docker image here: https://github.com/apereo/cas/tree/dockerized-caswebapp Using the template from here: https://github.com/apereo/cas-overlay-template The template and docker container seem to work out of the box, my troubles are connecting to

[cas-user] CAS 5.0.0-RC3 - AttributeDao using applications.properties

2016-10-17 Thread Erdal Gunyar
Hello all, I'm trying to implement a mergingPersonAttributeDao but CAS-5-like using applications.properties (like the default LDAP or JDBC dao) rather than describing fully the Daos. Something like: (Final goal

[cas-user] Using CAS with Apache or Nginx with SSL

2016-10-17 Thread Alexandre Arcanjo de Queiroz
Can I use CAS with this architecture?: A HTTP server with SSL certificate (like Nginx or Apache) acting as proxy of a CAS deployed in a Web Container (like Jetty) without SSL certificate? The Services (using reverse proxy too) only communicate with CAS through HTTP Server. -- CAS gitter

Re: [cas-user] AcceptUsersAuthenticationHandler#0 class not found error

2016-10-17 Thread Dmitriy Kopylenko
Put the people.txt file into WEB-INF/classes directory. Best. D. > On Oct 17, 2016, at 11:56 AM, Xin Gong wrote: > > Sorry it was not clear in previous post, I have this section in > cas.properties: > > file.authn.filename=classpath:people.txt > file.authn.separator=:: >

Re: [cas-user] Server load w/ 4.2.6

2016-10-17 Thread Tom Poage
> On Oct 15, 2016, at 11:23 AM, Tom Poage wrote: > > This email I sent looks like it got stuck in Google yesterday for nearly > 2-1/2 hours before delivery (cf. Received lines in mail header). List > maintainers: Two followup emails I sent yesterday mid-day on this topic

Re: [cas-user] Re: Issue with json service registry between CASv5 RC3-SNAP and RC4-SNAP

2016-10-17 Thread Facundo Bove
Hello, I am having an issue when I add cas-server-support-json-service-registry to my cas-gradle-overlay project. It loads well: 2016-10-17 10:25:09,134 INFO [org.apereo.cas.web.CasWebApplication] - 2016-10-17 10:25:21,909 INFO [org.apereo.cas.services.