Re: [cas-user] Deployment Question from the Excellent Docs at: 'dacurry-tns.github.io'

2018-05-11 Thread Andy Ng
Hi Jann, Pretty sure by default, configuration path is not relative, instead is absolute path. So "'/opt/tomcat/webapps/etc/cas/config" is not right, instead is "/etc/cas/config". But either way, you can try both on your own, and see which one is correct. Cheers! - Andy On Saturday, 12 Ma

Re: [cas-user] Deployment Question from the Excellent Docs at: 'dacurry-tns.github.io'

2018-05-11 Thread Ray Bon
Jann, Are you running on Windows? On a unix like system, /etc is in the root of the file system, not relative to tomcat. The build script attempts to copy some files to this folder. It is not writable by a 'normal' user. You can create the folder (sudo mkdir -p /etc/cas/config) and change its o

Re: [cas-user] Page 'http://localhost:8080/cas/login' does not load up

2018-05-11 Thread Man H
Explore cas.dar web-inf El viernes, 11 de mayo de 2018, Man H escribió: > Look into localhost.log > > El viernes, 11 de mayo de 2018, Y Levine escribió: > >> Thank you for your reply Manfredo. >> >> The following is obtained in the 'cataline.out' when started --- nothing >> further when page i

Re: [cas-user] Page 'http://localhost:8080/cas/login' does not load up

2018-05-11 Thread Man H
Look into localhost.log El viernes, 11 de mayo de 2018, Y Levine escribió: > Thank you for your reply Manfredo. > > The following is obtained in the 'cataline.out' when started --- nothing > further when page is accessed. > > Kinda stumped -- I'm probably missing something obvious -- without log

Re: [cas-user] Page 'http://localhost:8080/cas/login' does not load up

2018-05-11 Thread Man H
Copy cas.properties to /etc/cas/config El viernes, 11 de mayo de 2018, Y Levine escribió: > Thank you for your reply Manfredo. > > The following is obtained in the 'cataline.out' when started --- nothing > further when page is accessed. > > Kinda stumped -- I'm probably missing something obvious

[cas-user] .net CAS client

2018-05-11 Thread Stephen Meier
Good afternoon, We are working with a vendor (PortalGuard) that implemented the CAS 3 protocol for their IDP product. Their logs are showing that our .net application is sending the ticket with extra white space at the end. Has anyone else run into this issue? Thanks! Stephen -- - Website:

Re: [cas-user] Page 'http://localhost:8080/cas/login' does not load up

2018-05-11 Thread Y Levine
Thank you for your reply Manfredo. The following is obtained in the 'cataline.out' when started --- nothing further when page is accessed. Kinda stumped -- I'm probably missing something obvious -- without logs to guide not 100% sure. My other guess is that the 'cas.properties' is in '/opt/to

Re: [cas-user] Page 'http://localhost:8080/cas/login' does not load up

2018-05-11 Thread Man H
If that is tour message cas isnt deployed. See tomcat log for errors El viernes, 11 de mayo de 2018, Y Levine escribió: > We got lots further --- thank you to the replies. > > The cas.war is now in Tomcat --- however the page ' > http://localhost:8080/cas/login' does not load up -- is there a >

Re: [cas-user] Page 'http://localhost:8080/cas/login' does not load up

2018-05-11 Thread Man H
logs/catalina.out or logs/localhost.log El viernes, 11 de mayo de 2018, Y Levine escribió: > There is nothing in the Tomcat logs to go by (the cas.log did not > appear).perplexed at this stage. > > On Friday, May 11, 2018 at 12:23:47 PM UTC-7, Y Levine wrote: >> >> We got lots further --- th

[cas-user] Re: Page 'http://localhost:8080/cas/login' does not load up

2018-05-11 Thread Y Levine
There is nothing in the Tomcat logs to go by (the cas.log did not appear).perplexed at this stage. On Friday, May 11, 2018 at 12:23:47 PM UTC-7, Y Levine wrote: > > We got lots further --- thank you to the replies. > > The cas.war is now in Tomcat --- however the page ' > http://localhost:808

[cas-user] Page 'http://localhost:8080/cas/login' does not load up

2018-05-11 Thread Y Levine
We got lots further --- thank you to the replies. The cas.war is now in Tomcat --- however the page 'http://localhost:8080/cas/login' does not load up -- is there a configuration we have to do to enable it? Message received below. HTTP Status 404 – Not Found --

Re: [cas-user] Deployment Question from the Excellent Docs at: 'dacurry-tns.github.io'

2018-05-11 Thread Jann Malenkoff
Thanks Andy! It took me some time to wrap my head around this - your post sparked the direction --- I think I userstand now :) ./build.sh package --- generates the war (configuration is picked up from '/etc/cas/config' --- relative to the cas-overlay) When cas.war is expanded in tomcat: '/opt/

[cas-user] Re: [WS Federation] Claims encoded in the SAML Assertion, unrecognized

2018-05-11 Thread Alin Tomoiaga
Hi Dimitri, were you able to get past the reflection STS error you reported in https://groups.google.com/a/apereo.org/forum/#!topic/cas-user/MrgpGK-kxjM? I am debugging the same code you were talking about and hitting the same error... Thank you. -- - Website: https://apereo.github.io/cas - Gi

Re: [cas-user] Extending Ldap Authentication with new properties

2018-05-11 Thread Man H
see https://apereo.github.io/cas/5.2.x/installation/Configuration-Management-Extensions.html 2018-05-10 14:55 GMT-03:00 Christian Poirier : > Hi > > I am developing a new way to let our developer team authenticate with our > production usernames but with a generic password in a development > env

Re: [cas-user] does CAS 5.2.0 SAML Logout support propagation of logout requests to other session participants?

2018-05-11 Thread Man H
cas.slo.disabled=false see https://apereo.github.io/cas/5.2.x/installation/Logout-Single-Signout.html 2018-05-11 1:53 GMT-03:00 Elena : > Hello, > > I read your SAML Docs and found link https://kantarainitiative.github.io/ > SAMLprofiles/fedinterop.html#_single_logout_2. > > It define SAML Sing

[cas-user] Re: [WS Federation] Source/StaxSource error on Security Token Service Provider

2018-05-11 Thread Alin Tomoiaga
Brought up cas under debug mode: - the error happens in org.apache.cxf.ws.security.trust.AbstractSTSClient.issue() at this line: Object[] obj = this.client.invoke(boi, new Object[]{new DOMSource(writer.getDocument().getDocumentElement())}); The error is: org.apache.cxf.binding.soap.SoapFault: o

[cas-user] Re: Problem integrating CAS 5.2.2 with WS Federation Identity Provider

2018-05-11 Thread Alin Tomoiaga
Brought up cas under debug mode: - the error happens in org.apache.cxf.ws.security.trust.AbstractSTSClient.issue() at this line: Object[] obj = this.client.invoke(boi, new Object[]{new DOMSource(writer.getDocument().getDocumentElement())}); The error is: org.apache.cxf.binding.soap.SoapFault: o

Re: [cas-user] CAS Logout Issue

2018-05-11 Thread Ray Bon
Ramakrishna, If the browser is redirected to /cas/logout, the cookies will/should be removed. Ray On Fri, 2018-05-11 at 19:30 +0530, Ramakrishna G wrote: Hello Team, On logout CAS cookies are not removed from browser. I need to forcefully clear. What might be the reason? Thanks Ramakrishna G

[cas-user] CAS Logout Issue

2018-05-11 Thread Ramakrishna G
Hello Team, On logout CAS cookies are not removed from browser. I need to forcefully clear. What might be the reason? Thanks Ramakrishna G -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https:/

Re: [cas-user] Deployment Question from the Excellent Docs at: 'dacurry-tns.github.io'

2018-05-11 Thread Andy Ng
Hi Jann, build.sh is what you are looking for, as documented in the overlay github https://github.com/apereo/cas-overlay-template (which I think is where you get the command from anyway). I am also deploying using WAR in Tomcat for my setup. And based on my experience, WAR to Tomcat using buil

[cas-user] Surrogate module execution problem: @Autowired Set>

2018-05-11 Thread Christian Poirier
Hi Look at the error I receive when I start CAS after I add the Surrogate module: 2018-05-10 14:58:34,029 ERROR [org.springframework.boot.SpringApplication] - org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'surrogateAuthenticationWebflowConfig