Re: [cas-user] Re: Password Management Assistance

2017-07-06 Thread William Jojo
Thank you! I will look at those links. Got basic functionality working without questions to gain understanding of the code. LDAP worked great for the password reset portion (again, no questions). When working through the details of the JDBC component, I have modest MySQL database for testing:

Re: [cas-user] Re: Password Management Assistance

2017-07-06 Thread Misagh Moayyed
Great. What you want to do is mostly controlled by this line: https://github.com/apereo/cas/blob/master/support/cas-server-support-pm/src/main/java/org/apereo/cas/pm/config/PasswordManagementConfiguration.java#L125 Write something that extends/implements PasswordManagementService. Then inject

Re: [cas-user] Need help setting up LDAP Authentication

2017-07-06 Thread Sébastien Beaudlot
Hello Toby, I think you should try like this : cas.authn.ldap[0].userFilter=uid={user} Refer to the CAS properties page. Le 6 juillet 2017 17:32:01 GMT+02:00, Toby Archer a écrit : >I'm upgrading from CAS 3.5 to CAS 5.1. The configurations are similar, >but >not

Re: [cas-user] Re: Password Management Assistance

2017-07-06 Thread William Jojo
Thank you, Misagh. I am looking at the code tree at https://github.com/apereo/cas/blob/master/support/cas-server-support-pm/src/main/java/org/apereo/cas/pm/. Again, at the moment, I am attempting to trigger the basic PM functionality, then I can determine the injection point. If may attempt is

[cas-user] SAML IdP Response Configurations

2017-07-06 Thread Oscar Ruiz
Hello, Could someone please explain to me what the attribute below does and what's a valid value(s) I can use for it? cas.authn.samlIdp.response.overrideSignatureCanonicalizationAlgorithm= We're setting up a brand new CAS (5.0.5) instance so that we can leverage SAML for SSO with one of our

[cas-user] Spring Boot Dev Tools with CAS

2017-07-06 Thread Adam Causey
Currently we are using the Eclipse IDE for development of our customizations to CAS 5.0.x. We also use the Maven WAR overlay. Is there a way to utilize Spring Boot Dev Tools during development? https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html I have not

Re: [cas-user] Need help setting up LDAP Authentication

2017-07-06 Thread Toby Archer
ah. that did it. Thank you. I'm sure I would have looked at that all day and not realized it was the missing piece. On Thu, Jul 6, 2017 at 11:07 AM, Sébastien Beaudlot < sebastien.beaud...@univ-avignon.fr> wrote: > Hello Toby, > > I think you should try like this : > >

[cas-user] Need help setting up LDAP Authentication

2017-07-06 Thread Toby Archer
I'm upgrading from CAS 3.5 to CAS 5.1. The configurations are similar, but not quite the same. My configuration on CAS 3.5 is: # == LDAP Authentication settings == > ldap.authentication.filter=uid=%u > ldap.authentication.server.urls=ldap://dev-ldap7-1.usd.edu >

Re: [cas-user] Managing access to which services/websites users have access to when using SSO

2017-07-06 Thread Dmitriy Kopylenko
https://apereo.github.io/cas/development/installation/Configuring-Service-Access-Strategy.html D. From: Roy Langa Reply: cas-user@apereo.org Date: July 6, 2017 at 10:06:26 AM To: CAS Community Subject:  [cas-user] Managing access

[cas-user] Managing access to which services/websites users have access to when using SSO

2017-07-06 Thread Roy Langa
Hi, I’m looking to implement CAS and was wondering if it’s possible for an admin to manage which websites a user has access to so that they can grant/revoke access to a website while retaining access to the rest if need be. -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS

[cas-user] Roles attribute does not get set in the custom AuthenticationHandler.

2017-07-06 Thread Filip Majernik
I have a custom AuthenticationHandler because my users get authenticated against a BPM engine. This is working fine. Now I also have to retrieve the roles. I can do this also in the authentication handler. However, I don't see the 'roles' attribute in the validation response. XML.Here is the

[cas-user] CAS proxy and uPortal

2017-07-06 Thread Sébastien BEAUDLOT
Hello, I have a working 5.0.7 CAS on a Debian Jessie. All our websites and services using CAS are working and able to produce an use TGTs and STs. Except for uPortal, which is using proxy granting. Below, all technical details. I also join debug level logs (sensitive datas replaced) of a

[cas-user] Re: Metadata resolver could not be located from metadata

2017-07-06 Thread Daniel Stahlnecker II
Hello, Have you been able to solve this issue? I am running into the same error and would be interested to know the solution if you where able to find one. Thank you On Monday, May 29, 2017 at 3:08:54 PM UTC+8, Emilian Mitocariu wrote: > > Hi, > > I have a CAS 5.0.5 server (with ldap backend)

Re: [cas-user] SAML Authentication. Application can't authorize to use cas

2017-07-06 Thread Marco Aurelio Osorio De León
Thanks Song, Doe-Hyun for your answer. I have been able to solve the problem of recognition of the application by CAS manager. Now I have the problem with the redirection to the SP, I do not know if it is a problem of the JIRA plugin itself or it is a SP metadata problem. The problem is that when

Re: [cas-user] SAML Authentication. Application can't authorize to use cas

2017-07-06 Thread Marco Osorio
Hi, This is the trace after authentication process 2017-07-06 09:52:35,951 DEBUG [org.apereo.cas.web.support.DefaultCasCookieValueManager] - 2017-07-06 09:52:35,951 DEBUG [org.apereo.cas.authentication.PseudoPlatformTransactionManager] - 2017-07-06 09:52:35,951 DEBUG