[cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-04-18 Thread Jay
Hi Matt, Thank you so much, that helped in setting up the Local CAS application as IDP and was able to see the metadata generated carefully by invoking the idp url (/idp/metadata). To test it I was looking at setting up a local Shibboleth SP application but couldn't since I use Windows and

Re: [cas-user] Trying to add bootstrap theme, not sure about template syntax

2018-04-18 Thread Teddy Brown
Got it working. Am using the default bootstrap theme, which is already bundled in the lincluded bootstrap webjar. Also found the reference to #{webjars.bootstrapmin.css} inside cas-server-core-web-5.2.3.jar:cas_common_messages.properties. Thanks for the help. On Wednesday, April 18,

Re: [cas-user] Trying to add bootstrap theme, not sure about template syntax

2018-04-18 Thread Man H
just add your own css : 2018-04-18 20:29 GMT-03:00 Teddy Brown : > Hi, > I'm trying to add the Bootstrap theme to my CAS template, but the syntax > here in Thymeleaf confuses me a bit. Where are these references set? > > I was able to find Bootstrap which

[cas-user] Trying to add bootstrap theme, not sure about template syntax

2018-04-18 Thread Teddy Brown
Hi, I'm trying to add the Bootstrap theme to my CAS template, but the syntax here in Thymeleaf confuses me a bit. Where are these references set? I was able to find Bootstrap which appears to be from webjars, in target/cas/WEB-INF/lib/bootstrap-3.3.7-1.jar I've looked at Webjars and

Re: [cas-user] Proxy ticket is always null. Please help

2018-04-18 Thread Man H
read https://apereo.github.io/cas/5.2.x/installation/Configuring-Proxy-Authentication.html The service must also be authorized to receive the PGT as an attribute for the given attribute release policy of choice. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 { "@class" :

Re: [cas-user] Proxy ticket is always null. Please help

2018-04-18 Thread Ray Bon
Corsair, Try these in the CAS log4j2.xml to see what happens on that side. Ray On Wed, 2018-04-18 at 06:08 -0700, Corsair Hxw wrote: Hello, I am using CAS Maven Overlay (version 5.2.3) to build CAS server. The CAS server is

[cas-user] Proxy ticket is always null. Please help

2018-04-18 Thread Corsair Hxw
Hello, I am using CAS Maven Overlay (*version 5.2.3*) to build CAS server. The CAS server is running on http://localhost:8080/cas I have changed POM and added dependency for json service registry: org.apereo.cas cas-server-support-json-service-registry

[cas-user] CAS JWT/JWK oddities

2018-04-18 Thread Karl Banke
Hello there, I am using CAS 5.2 and have spent a long time (which translates to a lot of money) on getting JWT Service Tickets to work. The CAS documentation states here https://apereo.github.io/cas/5.2.x/installation/Configure-ServiceTicket-JWT.html that this should be configured using

[cas-user] Re: stuck when running war overlay (maven or gradle)

2018-04-18 Thread Sreekanth Suresh
On Tuesday, January 16, 2018 at 9:58:41 AM UTC+5:30, Gabriel Sebastian wrote: > > Hi guys, > Im new to CAS, and im trying to run CAS locally on windows, using the war > overlay. I've tried both maven and gradle overlay, "build package" command > done successfully, but the "build run" command

Re: [cas-user] buji-pac4j-demo-master, CAS delegation through pac4j-webflow and 1 OIDC provider

2018-04-18 Thread Jérôme LELEU
Hi, It looks more like a CAS issue than like a pac4j issue, so I will answer on this thread. I guess the NullPointerException blocks the regular web flow and is the root cause. Can you copy/paste the full stack trace? Thanks. Best regards, Jérôme On Tue, Apr 17, 2018 at 10:40 PM, Steve

[cas-user] Implementing Acceptable Usage Policy(AUP) in CAS5

2018-04-18 Thread Parul Sharma
Hi Everyone, We are trying to implement Acceptable Usage Policy in CAS5 and have made the below changes for the same: 1. Added the below in application.properties file: *cas.acceptableUsagePolicy.aupAttributeName=aupAccepted* 2. Added the below dependency in pom.xml: *