Re: [cas-user] Re: One Active Session

2018-09-28 Thread Ramakrishna G
Thanks Misagh. On Sat, Sep 29, 2018 at 2:46 AM Misagh Moayyed wrote: > This maybe: > https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties.html#unique-principal > ? > > On Friday, August 10, 2018 at 11:01:38 AM UTC+4:30, Ramakrishna G wrote: >> >> Hello All, >> >> I want to

[cas-user] Re: authentication interrupt + delegated authentication = bug

2018-09-28 Thread Misagh Moayyed
This is fixed in the most recent 5.3.4-SNAPSHOT. On Tuesday, July 17, 2018 at 8:06:14 PM UTC+4:30, Chia-Ying Yang wrote: > > I found that authentication interrupt (interrupt notifications) does not > work with delegated authentication. Preliminary debugging suggests the > interrupt flow is

[cas-user] Re: One Active Session

2018-09-28 Thread Misagh Moayyed
This maybe: https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties.html#unique-principal ? On Friday, August 10, 2018 at 11:01:38 AM UTC+4:30, Ramakrishna G wrote: > > Hello All, > > I want to disable multiple session login with same user id from different > browser or

[cas-user] Re: How do I enable encryption of attributes

2018-09-28 Thread Misagh Moayyed
Not a rookie question at all. I don't think encrypted attributes are supported, individually or not. You will likely need to put together code that does that for you using OpenSAML and related CAS components. On Friday, August 24, 2018 at 10:22:28 PM UTC+4:30, Ash wrote: > > hi, > > Rookie

[cas-user] Re: Indexed Salesforce Properties

2018-09-28 Thread Misagh Moayyed
No this isn't supported; You will need to manually add the integrations to your service registry or submit a pull request to take care of the indexed settings. On Thursday, September 6, 2018 at 9:03:24 PM UTC+4:30, Siddharth Bhattacharjee wrote: > > Hello, > > I am trying to setup CAS as the

[cas-user] Re: Applying Custom Theme CAS 5.3.x

2018-09-28 Thread Fahmi L. Ramdhani
Thank you David. The problem is solved by *creating the src/main/resources* directory and *moving the template files*. Thank you very much to all. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions:

[cas-user] Registered driver with driverClassName=org.hsqldb.jdbcDriver was not found

2018-09-28 Thread 'CanaryJudge' via CAS Community
No matter what I do or what version I use and where I put the " hsqldb-[any version].jar" file it still can't find the right driver class: ... 2018-09-28 16:11:41,922 WARN [com.zaxxer.hikari.util.DriverDataSource] - ... ls -l /usr/local/tomcat/webapps/cas/WEB-INF/lib/ ... -rw-r- 1 root

Re: [cas-user] Re: CAS 5.3 build erro

2018-09-28 Thread Yan Zhou
Removed -offline, on Windows, still fail. (I might try on Linux later). Would you be able to see what I am missing? > Task :webapp:cas-server-webapp:npm_install npm ERR! path C:\externalgit\cas-server\webapp\node_modules\osenv npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall rename

Re: [cas-user] Re: Applying Custom Theme CAS 5.3.x

2018-09-28 Thread David Curry
The static/themes/skeleton and templates/skeleton subdirectories do not belong in etc/cas/config; they belong in src/main/resources in your overlay so that they get bundled into cas.war. Like this: /opt/workspace/cas-overlay-template/ ├── LICENSE.txt ├── README.md ├── build.cmd ├── build.sh* ├──

[cas-user] Re: Applying Custom Theme CAS 5.3.x

2018-09-28 Thread Fahmi L. Ramdhani
Thanks Doug and all. My files and directories structure is: */opt/workspace/cas-overlay* - build.cmd - build.sh - *[etc]* - [cas] - [config] - cas.properties - log42j.xml - *skeleton_in_ID.properties* - *skeleton.properties*

[cas-user] regarding CAS Dashboard - SSO sessions

2018-09-28 Thread Naresh kumar kankati
Hi All, question regarding CAS Dashboard - SSO sessions, we are using 5.3.1. It failed to display the page with below error *ssosessions.js:232 Uncaught TypeError: Cannot read property 'length' of undefined* at render (ssosessions.js:232) at jquery.dataTables.min.js:18 at Object.b.fnGetData

[cas-user] CAS SALT not getting Authenticate 4.2.x

2018-09-28 Thread jaya swamy
Hi All, I was trying to configure SALT, below is the configuration: cas.jdbc.authn.query.encode.sql=SELECT password, salt FROM users WHERE emailid=? cas.jdbc.authn.query.encode.alg=SHA256 #cas.jdbc.authn.query.encode.salt.static=f1nd1ngn3m0 cas.jdbc.authn.query.encode.password=password

Re: [cas-user] HTTPSandIMAPS-10000001.json keeps coming back

2018-09-28 Thread Ganesh Prasad
I used the same solution, and it works for me :-). It's probably worth clarifying for the benefit of other folks (who may think like me) that "empty file" doesn't mean a completely empty file (zero bytes) but a file containing just an open curly brace and a close curly brace. The former causes

Re: [cas-user] TARGET URL parameter associated with samlValidate can be misused to redirect to malicious sites (?)

2018-09-28 Thread Ganesh Prasad
Hi Andy, I think you're right. I can see the file WEB-INF/classes/services/HTTPSandIMAPS-1001.json in my deployed directory. I will follow the instructions you linked to, to disable this. Thanks! Ganesh On Thursday, 27 September 2018 19:15:40 UTC+10, Andy Ng wrote: > > Hi Ganesh, > >