Re: [cas-user] How to obtain service url in my custom Authentication Handlers

2018-05-02 Thread Donghua Liu
I have a lot of users which organized by some groups, and I want to authorize different service to groups. For example, group *g1 *which contains user *u1 *and *u2*, and this group has permission to access service *s1 *and *s2*, group *g2 *which contains user *u2*, *u3*, and this group has permi

[cas-user] AUP in LDAP

2018-05-02 Thread Paul Mitchell
Hi, I'm having an issue with getting AUP working in CAS 5.2.4. Actually, it works fine except when the user accepts the policy an error occurs. If I manually change the attribute then the user can sign in with no issue. The error happens when LdapUtils attempts to modify the attribute. 2018-

[cas-user] AUP in LDAP

2018-05-02 Thread Paul Mitchell
Hi, I'm having an issue with getting AUP working in CAS 5.2.4. Actually, it works fine except when the user accepts the policy an error occurs. If I manually change the attribute then the user can sign in with no issue. The error happens when LdapUtils attempts to modify the attribute. 2018-

[cas-user] AUP in LDAP

2018-05-02 Thread Paul Mitchell
Hi, I'm having an issue with getting AUP working in CAS 5.2.4. Actually, it works fine except when the user accepts the policy an error occurs. If I manually change the attribute then the user can sign in with no issue. The error happens when LdapUtils attempts to modify the attribute. 2018-

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Jennifer LaVoie
Thanks David. I do have cacerts with a self signed cert for Apache tomcat. I do have latest Java ...this is a fresh install of redhat 7 and fully patched. I am going to try a couple of things Jen On Wed, May 2, 2018, 15:15 David Curry wrote: > Downloading the zip file (even on RedHat is norm

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Jennifer LaVoie
They are dreadful On Wed, May 2, 2018, 14:46 Riley Wills wrote: > Be careful. Those type of meetings are contagious. > > On Wednesday, May 2, 2018 at 1:29:58 PM UTC-5, Jennifer LaVoie wrote: >> >> Thanks. Will try that after this dumb meeting I am stuck in >> > -- > - Website: https://apereo.gi

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread David Curry
Downloading the zip file (even on RedHat is normal). But you're getting an error from Java. The error has something to do with it being unable to find the keystore that it wants -- probably the certificate authority root certificates it uses to validate SSL certificates (like the one from the Mave

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Riley Wills
You may examine your environment variables for a MAVEN_OPTS variable (see https://stackoverflow.com/a/40650800/345687). On Wednesday, May 2, 2018 at 1:45:08 PM UTC-5, Jennifer LaVoie wrote: > > Ok I did try that > > i was able to delete no problem > > but when I re run I get the same error > > Do

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Riley Wills
Be careful. Those type of meetings are contagious. On Wednesday, May 2, 2018 at 1:29:58 PM UTC-5, Jennifer LaVoie wrote: > > Thanks. Will try that after this dumb meeting I am stuck in > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Jennifer LaVoie
Ok I did try that i was able to delete no problem but when I re run I get the same error Downloading https://repository.apache.org/content/repositories/releases/org/apache/maven/apache-maven/3.5.2/apache-maven-3.5.2-bin.zip Exception in thread "main" javax.net.ssl.SSLException: java.lang.Runt

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Jennifer LaVoie
Thanks. Will try that after this dumb meeting I am stuck in On Wed, May 2, 2018, 14:16 David Curry wrote: > Perhaps something got corrupted. You could try removing the Maven cache: > > rm -rf $HOME/.m2 > > and then re-run "./mvnw clean package" and let it re-download everything. > > --Dave > >

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread David Curry
Perhaps something got corrupted. You could try removing the Maven cache: rm -rf $HOME/.m2 and then re-run "./mvnw clean package" and let it re-download everything. --Dave -- DAVID A. CURRY, CISSP *DIRECTOR OF INFORMATION SECURITY* INFORMATION TECHNOLOGY 71 FIFTH AVE., 9TH FL., NEW YORK, NY 1

Re: [cas-user] PGP Verify Timeout issue CAS Management 5.1.9

2018-05-02 Thread Jeffrey Ramsay
Same for me. On Wed, May 2, 2018 at 10:39 AM, 'Mallory, Erik' via CAS Community < cas-user@apereo.org> wrote: > Attempting to build CAS 5.1.9 CAS Management yields the following error. > This is also true for 5.1.8 .I circumvented it by commenting out the pgp > verify stanza in the pom. I’d like

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Jennifer LaVoie
Hi Dave thanks for your insight. I am not sure what is happening...my maven is 3.5.2 and it worked a few days ago to install cas...This is very frustrating...I really appreciate this community On Wednesday, May 2, 2018 at 12:49:27 PM UTC-4, David Curry wrote: > > Hi Jennifer, > > When you firs

[cas-user] EXTENDED! Open Apereo 2018: One more week for early bird rates!

2018-05-02 Thread Alan Regan
OPEN APEREO 2018 "The Open Source Conference for Education" June 3-7, 2018 - Montréal, Quebec http://conference.apereo.org Register for Open Apereo 2018 and book your hotel room now! Early discounts have been extended by one week only. ACT FAST! Early bird rates expire on *Tuesday, May 8!*

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread David Curry
Hi Jennifer, When you first run "mvnw" it tries to download and install Maven for you. This seems to be a problem with that process; it's failing to download one of the Maven plug-ins. I can think of a couple of reasons for this... one would be that it was just a transient thing with the Maven re

[cas-user] Re: Grant Type password Not Working

2018-05-02 Thread John D Giotta
In my build.gradle in I'm adding the extra dependencies: compile "org.apereo.cas:cas-server-support-oauth-webflow:${project.'cas.version'}" compile "org.apereo.cas:cas-server-support-json-service-registry:${project.'cas.version'}" Then in the /etc/cas/services directory I have an oauth-10001.j

[cas-user] Re: Documentation on bringing a CAS server online

2018-05-02 Thread Jennifer LaVoie
I am using this one https://dacurry-tns.github.io/deploying-apereo-cas/introduction_overview.html On Wednesday, May 2, 2018 at 10:47:04 AM UTC-4, Christopher Myers wrote: > > I'm not quite sure the best way of going about this, so I thought I'd > start out here. > > > There is a ton of documen

[cas-user] Documentation on bringing a CAS server online

2018-05-02 Thread Christopher Myers
I'm not quite sure the best way of going about this, so I thought I'd start out here. There is a ton of documentation about the different options that are available for CAS, but I've yet to find a step-by-step "here's how to bring a new CAS server online" document, and trying to infer what a

[cas-user] PGP Verify Timeout issue CAS Management 5.1.9

2018-05-02 Thread 'Mallory, Erik' via CAS Community
Attempting to build CAS 5.1.9 CAS Management yields the following error. This is also true for 5.1.8 .I circumvented it by commenting out the pgp verify stanza in the pom. I’d like a better solution if possible. KeyId: 0x3B2C12292E76FEE3 UserIds: [Jerome LELEU ] [INFO] ---

[cas-user] Grant Type password Not Working

2018-05-02 Thread John D Giotta
When I attempt to perform a POST request to accessToken?grant_type=password the server does not recognize the service: 2018-05-02 10:09:31,679 WARN [org.apereo.cas.services.RegisteredServiceAccessStrategyUtils] - I'm not sure how to get the endpoint to properly responding. -- - Website: h

[cas-user] Re: error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Jennifer LaVoie
Here is the section I added to my pom.xml org.apereo.cas cas-server-support-ldap ${cas.version} On Wednesday, May 2, 2018 at 9:44:54 AM UTC-4, Jennifer LaVoie wrote: > > I am following this amazing document > > > https://dacurry-

Re: [cas-user] duo-client not downloading

2018-05-02 Thread Misagh Moayyed
Switch to 5.1.9, or contact Duo: https://github.com/duosecurity/duo_java/issues/2 --Misagh > From: "'Mallory, Erik' via CAS Community" > To: cas-user@apereo.org > Sent: Wednesday, May 2, 2018 6:40:06 AM > Subject: [cas-user] duo-client not downloading > To whom it may concern, > I successfu

[cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Jennifer LaVoie
I am following this amazing document https://dacurry-tns.github.io/deploying-apereo-cas/introduction_overview.html (thank you so much for this) But I am hitting a snag here https://dacurry-tns.github.io/deploying-apereo-cas/building_server_ldap_authentication_overview.html I have added the co

[cas-user] duo-client not downloading

2018-05-02 Thread 'Mallory, Erik' via CAS Community
To whom it may concern, I successfully built and configured cas 5.1.8 with duo-mfa in our development environment. When I went to build it for our test environment I received the following error. Downloading: https://jitpack.io/com/github/duosecurity/duo_client_java/-930cd4e0a5-1/duo_client_java

Re: [cas-user] How to obtain service url in my custom Authentication Handlers

2018-05-02 Thread Misagh Moayyed
Short answer is, you cannot (in a way that would safe and sensible). What do you mean by " compare the current service url to decide whether authenticate success or failed."? --Misagh > From: "Donghua Liu" > To: "CAS Community" > Sent: Wednesday, May 2, 2018 12:14:11 AM > Subject: Re: [cas

[cas-user] <> CAS5.2x Password Management/ Change Password flow

2018-05-02 Thread Jay
Closing this thread as I got the answer On Friday, April 27, 2018 at 9:58:43 AM UTC-5, Jay wrote: > > Hello everyone, > > As part of our migration from CAS3.5 to CAS5.2.x we have added the new > Password management module and using the change password functionality. > > Below are the changes we h

[cas-user] CAS 4.1.6 and CAPTCHA

2018-05-02 Thread Artur Stöcklin
Hi all Currently we are using CAS 4.1.6. I was asked if there is a chance to implement CAPTCHA into the login page. I see that cas version 5.0 and higher supports Google reCAPTCHA. Does anyboday know or have implemented captcha on version 4.1.6? Thanks in advance -- - Website: https://apereo.

Re: [cas-user] How to obtain service url in my custom Authentication Handlers

2018-05-02 Thread Donghua Liu
I went through this documentation, but I couldn't find how can I get the requested service url. 在 2018年5月2日星期三 UTC+8上午8:51:09,paul li写道: > > hi, > > You just need to follow what's in > https://apereo.github.io/cas/5.2.x/installation/Configuring-Custom-Authentication.html > > step by step. > >