Re: [cas-user] SSO + Local Authentication

2018-03-26 Thread Man H
Try connectButton href /cas/login?service= El lunes, 26 de marzo de 2018, Maxime Marty-Dessus < maxime.marty-des...@aidimpact.com> escribió: > Hello everybody :) > > So here's my problem > I work currently on a login interface project for our application. The > client wants to have two ways of

[cas-user] CAS 5.3.0-RC2 LDAP Authentication and cas.authn.ldap[0].userFilter property

2018-03-26 Thread 'Darin T. Russell' via CAS Community
Hello All I've been running CAS 5.2.4-SNAPSHOT using LDAP authentication with no problems. When I try to use CAS 5.3.0-RC2 I get errors with my cas.authn.ldap[0].userFilter=cn={user} property. When I have it in my cas.properties file, CAS exits with the following error on startup -

[cas-user] Re: SSO + Local Authentication

2018-03-26 Thread Andy Ng
Hello :) If your app you mean a web application, then I might able to help you. (Even if you are implementing with Android / iSO app, this might also help you) A few months back, my colleague want to understand how to check if CAS is login success without actually showing the login page to

[cas-user] Re: SPNEGO \ LDAP \ KERBEROS and CAS 5.2 - 'map[[empty]]' error

2018-03-26 Thread Ss Zz
This is FULL output while i'm trying to access application (CAS client) https://some_app.domen.com 2018-03-26 22:52:16,681 DEBUG [org.apereo.cas.authentication.DefaultAuthenticationResultBuilder] - 2018-03-26 22:52:16,681 DEBUG

[cas-user] Jira 7.8 CAS issues

2018-03-26 Thread Justin Andrews
Has anyone successfully used CAS w/Jira 7.8? We've had CAS protecting our Jira instance from upgade to upgrade - up to our current version running 7.7.x but something in 7.8 broke our proven configuration. I've tried the latest clients and modifying config various ways with not much luck. Just

[cas-user] Re: Spnego ERROR on CAS 5.2.0

2018-03-26 Thread Ss Zz
> > This error happens, because SPNEGO is not configured properly. > These minimum parameters are set in my cas.properties : > cas.authn.spnego.jcifsDomain=domen.com cas.authn.spnego.jcifsDomainController=domen.com cas.authn.spnego.jcifsServicePassword=X

[cas-user] SPNEGO \ LDAP \ KERBEROS and CAS 5.2 - 'map[[empty]]' error

2018-03-26 Thread Ss Zz
When i access /cas/login page then CAS works successfully - it's identify user automatically. But when i access application (cas client https://some-apps.domen.com) then 500 error happens: https://cas01-test.apps.domen.com/cas/login?service=https%3A%2F%2Fsome-apps.domen.com 2018-03-26

[cas-user] Send reset password email in html instead of plain text

2018-03-26 Thread Marc Maurice
Hello all, We need to send the reset password email in html instead of plain text (marketing demands). Looking at the source code it seems simple. It's just a matter of adding a "true" parameter to tell spring that the email is in html :

Re: [cas-user] CAS 5.2 delegate authentication to custom CAS 3

2018-03-26 Thread Diego Henrique Pagani
I've already read that but it doesn't explain how it works. I saw on cas properties four parameters that I've set to several values and nothing changes. In other versions, we have to (I found it on

[cas-user] Re: Service Ticket - intermittent memcached deserialization error in cas overlay template in 5.1.3

2018-03-26 Thread santosh sah
Did you get the solution? Please post i am also getting the same issue with memcached. On Friday, September 8, 2017 at 4:06:00 AM UTC+5:45, bobsan...@gmail.com wrote: > > Hi, all. > > I've been prototyping and learning Apereo CAS 5.1.3, using the Cas Overlay > Template. > > I am able to get it

Re: [cas-user] pac4j SAML2Client and principal

2018-03-26 Thread Scott Koranda
Hi Jérôme, The issue goes away with CAS version 5.2.3 and pac4j version 2.3.1. Thanks, Scott K > Hi Jérôme, > > I am using the JSON service registry. The service is registered as > > { > "@class" : "org.apereo.cas.services.RegexRegisteredService", > "serviceId" :

Re: [cas-user] build from source with additional modules

2018-03-26 Thread Scott Koranda
Hi, > This is not the information you gave on first place. > So try not to mislead answers. Again, thank you for your time. I appreciate that this is a community effort. I do not believe I have provided misleading information. My first note explained that I am building CAS from source following

Re: [cas-user] pac4j SAML2Client and principal

2018-03-26 Thread Scott Koranda
Hi Jérôme, I am using the JSON service registry. The service is registered as { "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "https://my.org/testing/cas/phpclient/example_simple.php;, "name" : "testClient01", "id" : 1, "evaluationOrder" : 10,

Re: [cas-user] CAS 5.2 delegate authentication to custom CAS 3

2018-03-26 Thread Diego Henrique Pagani
Hi, after I read at documentation on 'Delegate Authentication' : User Interface All available clients are automatically displayed on the login page as clickable buttons. CAS does allow options for

[cas-user] Re: certificates

2018-03-26 Thread Matthew Uribe
It's my understanding that these settings have to do with the embedded Tomcat container: # By default and if you remove this setting, CAS runs on port 8080 server.port=8443 # To disable SSL configuration, comment out the following settings or set to blank values.

[cas-user] Connecting to Google Directory

2018-03-26 Thread yashwanth chowdary
Hi Team, I need to find user who is registered in google directory,I have the public key , private key ang google certificate.How do i connect to google ? -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 -