[cas-user] Re: SessionMonitor: WARN

2018-01-02 Thread Andy Ng
Hi Jeff, I just searched the above keyword "is above threshold " in the CAS 5.2.x source code, and found that the parameter that control this is: # cas.monitor.tgt.warn.threshold=10 FYI:

Re: [cas-user] Re: CAS 5.x - regular expressions

2018-01-02 Thread Jeffrey Ramsay
Good point. Thanks, -Jeff On Tue, Jan 2, 2018 at 12:44 PM, Ray Bon wrote: > Jeff, > > I would suggest you include the trailing slash as optional to avoid > someone poking at your system with a service like > https://my.service.education > >

Re: [cas-user] Cas Service Management

2018-01-02 Thread David Curry
If that's a cut-n-paste from the properties file, "location" is misspelled... Do you have the cas-server-support-json-service-registry dependency in the management webapp's pom.xml? --Dave -- DAVID A. CURRY, CISSP *DIRECTOR OF INFORMATION SECURITY* INFORMATION TECHNOLOGY 71 FIFTH AVE., 9TH

[cas-user] Cas Service Management

2018-01-02 Thread Aaron East
CAS service Managment webapp is not reading my services in /etc/cas/config/services Using CAS 5.2.1 which seems to see the services fine but the managmenet webapp whenever I login to it seems to only have 1 entry and it is it's own. In cas.properties I have this setup

Re: [cas-user] Re: CAS 5.x - regular expressions

2018-01-02 Thread Ray Bon
Jeff, I would suggest you include the trailing slash as optional to avoid someone poking at your system with a service like https://my.service.education ^https?://my.service.edu(/?|/.*)$ Ray On Tue, 2018-01-02 at 07:15 -0500, Jeffrey Ramsay wrote: Andy, Thanks

Re: [cas-user] Question about configure attribute release policy

2018-01-02 Thread Ray Bon
Elena, Is that the actual service.json? There is a typo in 'allowedAttribytes'. Ray On Tue, 2017-12-26 at 04:14 -0800, Elena wrote: Hello. I want to set attributeReleasePolicy in service (json). I have two attribute - role, firstname - and then I want to return attribute only "role". So I

[cas-user] SessionMonitor: WARN

2018-01-02 Thread Jeffrey Ramsay
What parameter controls this? cas.monitor..warn.threshold=10 SessionMonitor: WARN - Session count (1771) is above threshold 10 Thanks. -Jeff -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions:

[cas-user] cas 5.2.1 Problem with trusted authentication

2018-01-02 Thread pascal m
Hi, I'm trying to configure CAS Server (5.2.1) with trusted authentication, username extract from request header. The username is found in request ( PrincipalFromRequestHeaderNonInteractiveCredentialsAction getRemotePrincipalId) but looks this method return remoteUser instead of header value

RE: [cas-user] Re: CAS 5.x - regular expressions

2018-01-02 Thread Jeffrey Ramsay
Andy, Thanks for the update and after using the validation link you provided, I believe the following will work for both service links. ^https?://my.service.edu.*$ Thanks, -Jeff Sent from Mail for Windows 10 From: Andy Ng Sent: Tuesday, January 2, 2018 2:09 AM To: CAS Community Subject: