[cas-user] CAS Authentication using multiple Ldap Servers

2017-05-15 Thread 'rheman puewe' via CAS Community
Hello everyone. I using cas 4.1.x and I want to know ho to setup CAS Authentication using multiple Ldap Servers. Best regard -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website:

Re: [cas-user] CAS 5.0.5 how to release attributes with Protocol V 2.0

2017-05-15 Thread Cyrus Grissom
Hello Robert, Many thanks for your help. I will wait CAS 5.0.6 to apply this solution. I tried the solution sent by Adam Causey and it's working too ! :-) Thanks, Steve. Le lundi 15 mai 2017 08:02:23 UTC+2, robertoschwald a écrit : > > You do not need to customize

[cas-user] Re: Error when trying to add new service to CAS

2017-05-15 Thread bobbintb
I changed username=password,ROLE_ADMIN to username=notused,ROLE_ADMIN and it seems to work now. -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas -

Re: [cas-user] Accessing user credentials in webflow (CAS 5.0)?

2017-05-15 Thread Ben Howell-Thomas
I think this from login-webflow.xml already puts them into "credential" : > > > > On 12 May 2017 at 22:07, Adam Causey wrote: > Is there a way to get a user's credentials in CAS 5.0.5 when extending the > Webflow? I am using this

Re: [cas-user] externalize bootstrap.properties config

2017-05-15 Thread Dmitriy Kopylenko
http://cloud.spring.io/spring-cloud-static/spring-cloud.html#customizing-bootstrap-properties D. From: Nader Karimi Reply: cas-user@apereo.org Date: May 15, 2017 at 11:26:11 AM To: CAS Community Subject:  [cas-user]

Re: [cas-user] CAS 5.0.5 how to release attributes with Protocol V 2.0

2017-05-15 Thread Rinku Vats
Hi Cyrus, Please follow below steps for releasing attributes and also for getting attributes at Java Cas Client side. Add below properties into your application.properties cas.authn.attributeRepository.singleRow=true cas.authn.attributeRepository.jdbc.healthQuery='your health check query'

Re: [cas-user] CAS 5.x with Duo - screenshots?

2017-05-15 Thread Richard Frovarp
It shows up post authentication on the next page. It uses the standard Duo iframe and you can wrap it however you want. On May 14, 2017 1:22 PM, David wrote: Hi, We're currently considering a Duo Security deployment on campus. We've been planning to go to CAS 5.x for a

[cas-user] externalize bootstrap.properties config

2017-05-15 Thread Nader Karimi
Is it possible to place bootstrap.properties in /etc/cas/config to preserve the file between CAS upgrades? -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website:

Re: [cas-user] CAS 5.0.5 how to release attributes with Protocol V 2.0

2017-05-15 Thread Adam Causey
Steve, We are successfully releasing attributes on version 5.0.5 with the CAS 2.0 protocol by overriding the casServiceValidationSuccess.html in our WAR overlay. Do you have the file in the correct directory? It should be in src/main/resources/templates/protocol/2.0. We are using a custom

[cas-user] Multiple different MFA provider in CAS 5 for one service

2017-05-15 Thread Jurica Juren
Is there a way to configure two different providers (mfa-yubikey and mfa-gauth) in CAS 5 for one service? CAS is connected to LDAP from which we get valid users and all attributes for users. In one attribute is MFA provider (mfa-yubikey or mfa-gauth), and in second attribute is list of sites

[cas-user] CAS overlay 5.0.5 does not work.

2017-05-15 Thread Mr. K
I am using 5.0.5 overlay and attempting to run it as a war in external tomcat but I get an exception. It appears to be related to the logging configuration file, more specifically the logging.config variable in the project and the logging_config variable in the tomcat configuration, they

Re: [cas-user] CAS 5.0.5 how to release attributes with Protocol V 2.0

2017-05-15 Thread Robert Oschwald
You do not need to customize CasServiceValidationSuccess.html, if you just want to release attributes the same way as p3. For 5.0.5, you currently need to do the following things: 1. Overwrite the serviceValidateController bean definition, and wire in the cas3ServiceSuccessView, like so: @Bean