[cas-user] Request a Service Ticket via rest api

2019-10-11 Thread 'Maksim Kopeyka' via CAS Community
Hi Guys, I'm trying to request a service ticket according to documentation https://apereo.github.io/cas/6.0.x/protocol/REST-Protocol.html#request-a-service-ticket but I don't see it in the response however I see it in the log file and this ticket is validated without problems. How to obtain serv

[cas-user] private git Service Registry authentication not working

2019-10-11 Thread 'Robert Bond' via CAS Community
Getting an error when using a private git repo for cas service registry. It works correctly if I remove the username and password config options are use a public repo. Here is my config for the registry: cas.serviceRegistry.git.repositoryUrl =https://gitlab.example.edu/cas-service-registry.git c

Re: [cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
I compile and restart after every change. When i made wrong change on cas.properties My entire log : ./run.sh 6.0 0378ea0e2419cb62b848dee4254025e81183762cedfca8eb5a96227d Executing build from directory: /cas-overlay WARNING: An illegal reflective access operation has occurred WARNING:

Re: [cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
I compile and restart after every change. When i made wrong change on cas.properties My entire log : ./run.sh 6.0 0378ea0e2419cb62b848dee4254025e81183762cedfca8eb5a96227d Executing build from directory: /cas-overlay WARNING: An illegal reflective access operation has occurred WARNING:

[cas-user] CAS5 hazelcast registry, how to support management center monitoring?

2019-10-11 Thread Yan Zhou
Hello, CAS5's hazelcast module does not seem to support Hazelcast Management Center. The properties does not include URL for mancenter, etc. How do I extend CAS hazelcast support so that I can set additional properties under hazelcast Config class? Thx! Yan -- - Website: https://apereo.git

[cas-user] Re: [CAS5.3.10] How to use SPNEGO authentication with login form as fallback

2019-10-11 Thread Kevin Imbrechts
I have delete JAAS config and I put LDAP config. My pom.xml org.apereo.cas cas-server-support-ldap ${cas.version} My cas.properties cas.authn.ldap[0].name=LDAP cas.authn.ldap[0].order=0 cas.authn.ldap[0].ldapUrl=ldap://ad1.my.domain ldap://ad2.my.domain cas.authn.ldap[0].bindDn="cn=u

Re: [cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread Matthew Uribe
Do you restart CAS after changing the cas.properties file? When you do, do you get any errors on CAS startup? Matt Uribe ERP Architect/Administrator Information Technology Aims Community College 970.339.6375 matthew.ur...@aims.edu 5401 W. 20th Street

Re: [cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
No errors, only the audit record : 2019-10-11 14:11:41,800 INFO [org.apereo.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - > What kind of errors are you seeing in cas.log? > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines:

Re: [cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread Matthew Uribe
What kind of errors are you seeing in cas.log? Matt Uribe ERP Architect/Administrator Information Technology Aims Community College 970.339.6375 matthew.ur...@aims.edu 5401 W. 20th Street Greeley, CO, 80634 <

[cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
Thanks for help ! Same problem with : cas.authn.ldap[0].ldapUrl=ldap://myServer cas.authn.ldap[0].useSsl=false cas.authn.ldap[0].useStartTls=false or with cas.authn.ldap[0].ldapUrl=ldaps://myServer > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas -

[cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread Matthew Uribe
It looks like you're using ldap, rather than ldaps. Is that correct? I recall when I was doing that I had to explicitly tell CAS not to encrypt the traffic. I think just providing ldap://server in the ldapUrl is not enough to prevent CAS from trying to connect securely. This is back when I was

[cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
Actually CAS (serveur) makes no request to ldap ! I'm using cas-webapp-docker-master and i have add ldap support into build.gradle file : description = "Apereo Cenrtal Authentication Service" allprojects { apply plugin: 'java' } dependencies { compile "org.apereo.ca

[cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
Actually CAS (serveur) make no request to ldap ! I'm using cas-webapp-docker-master and i have add ldap support into build.gradle file : description = "Apereo Cenrtal Authentication Service" allprojects { apply plugin: 'java' } dependencies { compile "org.apereo.cas:

Re: [cas-user] CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
Hello, i ran ldapsearch in docker container : ldapsearch -h server_host -D "cn=Directory Manager" -w administrateur -b "ou=personnels,ou=XX,ou=educ,o=gouv,c=fr" uid=myLogin ldapsearch return the correct card. in the ldap log when i connect with cas i see nothing : [11/Oct/2019:08:26:1

[cas-user] CAS 6.0.5: Hazelcast ticket registry and mfa-simple

2019-10-11 Thread Alfonso Vera
Hi all watching the log The ticket for mfa-simple is generated correctly and sent via SMS to the user [org.apereo.cas.ticket.registry.HazelcastTicketRegistry] - [org.apereo.cas.ticket.registry.AbstractTicketRegistry] - [org.apereo.cas.ticket.registry.AbstractTicketRegistry] - [org.apereo.cas.t