Re: [cas-user] CAS 5.0 & Resource Owner Grant

2017-08-09 Thread Tom Andersson
Hi Misagh! Not sure about hard rule, but: *"The client makes a request to the token endpoint by adding the following parameters using the 'application/x-www-form-urlencoded' format per Appendix B with a character encoding of UTF-8 in the HTTP re

[cas-user] CAS 5.1.2 implementation

2017-08-09 Thread satheesh k
Hi, We have been trying to implement CAS 5.1.2 in our project through overlay approach. (https://github.com/apereo/cas-overlay-template). on successful build we deployed CAS.war in tomcat v8. However, it failed due to below mentioned error. please assist us to resolve this issue. Thanks. Caus

RE: [cas-user] CAS 5.0 & Resource Owner Grant

2017-08-09 Thread Misagh Moayyed
Cool. I feel uneasy about the spec saying “For example” :) but that’s neither here nor there. The mechanics of how one should proceed to patch this are fairly simple: find the spot that handles the GET request in the OAuth module, tune it to also accept POST and use that method/handler when d

[cas-user] Re: Create a separate webflow in CAS4

2017-08-09 Thread yann
Hello, I have the same problem. Did you manageto solve it a the end? Thank you, Yann Le lundi 22 février 2016 20:27:58 UTC+1, Yan Zhou a écrit : > > Hi there, > > > > With CAS4 + Overlay, I want to create a separate webflow when user wants > to reset password (without going through login flo

[cas-user] Access Denied with CAS Service Management WebApp

2017-08-09 Thread Brian Gibson
Hi All, Be gentle, I'm a sys admin, not a Java expert ;-) Running Tomcat 9 on Windows 2012 R2 Server. Running CAS 5.1.2 using the War Overlay method and I have it authenticating against Active Directory and it recognizes services that I define in .json files. I'm trying to get the CAS Servi

[cas-user] Service registry initialisation using JSON files. Help needed

2017-08-09 Thread Rémi Cocula
Hi, Using CAS 5.1 I want to populate the service registry using individual JSON files for each service declaration. I added this property in my configuration : *cas.serviceRegistry.initFromJson=true*Hence, any file* myapp-123.json* will be scanned to register a service but it only works if

Re: [cas-user] Service registry initialisation using JSON files. Help needed

2017-08-09 Thread David Curry
You also have to add org.apereo.cas cas-server-support-json-service-registry ${cas.version} to your pom.xml. --Dave -- DAVID A. CURRY, CISSP *DIRECTOR OF INFORMATION SECURITY* INFORMATION TECHNOLOGY 71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003 +1 212 229-530

[cas-user] Re: Access Denied with CAS Service Management WebApp

2017-08-09 Thread Brian Gibson
To follow up on my last email, I enabled DEBUG mode and noticed in the logs where it was denying my access. Here is the snippet. I think it is because the "roles" value is empty (in bold below) 2017-08-09 12:28:29,675 DEBUG [org.apereo.cas.mgmt.web.CasManagementSecurityInterceptor$CasManagemen