[cas-user] Apache/Tomcat

2018-04-16 Thread Lionel Samuel
Hello All: Our University will be installing CAS, and are currently looking at installing CAS in Tomcat, and proxying connections via Apache HTTP (fall on same server). The rationale is that Tomcat is never directly exposed, so the proxying via Apache HTTP offers a measure of added cocooning.

Re: [cas-user] CAS 5.2.3 Remember Me configuration

2018-04-16 Thread Ray Bon
Laura, Are you saying that when your client application's session ends, it sends a logout request to CAS? The settings for CAS only affect the ability to participate in SSO sessions. It has nothing to do with the client application. The client should _not_ send logout to CAS when its session

[cas-user] CAS 5.2.3 Remember Me configuration

2018-04-16 Thread Laura
Hi, I have been trying to implement Remember Me functionality in our CAS application. However it doesn't work and I am not sure why. From the logs, I can see that the cookie is created. DEBUG [org.apereo.cas.web.support.CookieRetrievingCookieGenerator] - DEBUG

[cas-user] Re: [5.2.2][OAuth2] CAS uses wrong grant type when trying to use Resource Owner Credentials / password grant type

2018-04-16 Thread nilesh choudhary
Hello Anders, I faced the same issue but was able to find a way out. I am not sure if this is expected behavior but you can simply remove the client_secret parameter from your call. It would start looking for username and password. If you provide client_id and client_secret both, it simply

Re: [cas-user] Re: [5.2.2][OAuth2] CAS uses wrong grant type when trying to use Resource Owner Credentials / password grant type

2018-04-16 Thread Christoph Scholz
Great news. I am going to try that the next few days. Thanks nilesh Am Montag, 16. April 2018 14:57:42 UTC+2 schrieb nilesh choudhary: > > Hello Anders and Christoph, > > I faced the same issue but was able to find a way out. > I am not sure if this is expected behavior but you can simply remove

Re: [cas-user] Re: [5.2.2][OAuth2] CAS uses wrong grant type when trying to use Resource Owner Credentials / password grant type

2018-04-16 Thread nilesh choudhary
Hello Anders and Christoph, I faced the same issue but was able to find a way out. I am not sure if this is expected behavior but you can simply remove the client_secret parameter from your call. It would start looking for username and password. If you provide client_id and client_secret, it

[cas-user] CAS 5.2.0 and OAuth

2018-04-16 Thread Karl Banke
I am using CAS 5.2.0 and configured it for oauth. I created an Oauth Service and tried to use the implicit flow in order to access it from a single page web application. I use the following URL

[cas-user] StatsD Metrics 5.3.0-RC2

2018-04-16 Thread yashwanth chowdary
Hi Team, I need metrics for the cas app i have configured.How to check the stats that are stored.Need more information regarding statsD Metrics in cas. These are the props and dependency in my application. properties: cas.metrics.loggerName=perfStatsLogger cas.metrics.refreshInterval=30

[cas-user] Re: [5.2.2][OAuth2] CAS uses wrong grant type when trying to use Resource Owner Credentials / password grant type

2018-04-16 Thread Christoph Scholz
Hi Anders, I am facing exactly the same problem when using “Resource Owner Credentials” with CAS 5.2.x connected to AD backend. Did you resolve your problem? Cheers Christoph Am Donnerstag, 1. Februar 2018 15:56:31 UTC+1 schrieb Anders Olsen: > > Hello, > > > > I am currently trying to