[cas-user] Re: CAS 5 Gradle Overlay - Custom Theme

2018-05-28 Thread Andy Ng
Hi Mohannad, I just follow your setting and make myself a quick 1 hour demo. And I do make it working. In the process I spotted something weird in your setting. Can you try moving the entire src folder inside the cas folder, just like how this person did:

Re: [cas-user] CAS Management Service -- hxxps://example.edu/cas/login?service=http%3A%2F%2Flocalhost%3A8080%2Fcas-management%2Fmanage.html

2018-05-28 Thread josbrodie
Yes -- it was already set --- properties below. However, I was less than accurate in my initial post. The CAS.WAR and CAS-MANAGEMENT.WAR are running in same Tomcat. The Tomcat is listening on port 8080; there is an Apache listening at 443 that proxies traffic to the Tomcat. Is the

RE: [cas-user] CAS Overlay LDAP error code 49

2018-05-28 Thread Duncan Brannen
Hi Alex, Error code 49 is wrong username / password. Can you bind from the command line ok with the DN and password below using ldapsearch or similar? Should it be ou=Users in the DN instead of cn=Users? The xxx in cn=xxx should be your username not your domain name. Lastly,

Re: [cas-user] Re: SPNEGO Client Selection Strategy

2018-05-28 Thread Charles Le Gallic
Hi, I'm glad to see that you confirm the bug. I'll try to make a Pull Request, but I need to setup a full CAS dev env before. Regards, Charles Le mercredi 23 mai 2018 18:59:17 UTC+2, Christian Poirier a écrit : > > I think I know what you mean by "is buggy". I check the code and it misses >

Re: [cas-user] User Attributes for SAML 2.0

2018-05-28 Thread sai ram
Presently, we are using CAS as an Identity Provider but now we want to use SAML2.0 as an Identity provider instead of CAS server. As I'm new to CAS, can anyone help me out the steps that I need to follow? and I have some queries like, Do we need to configure the SAML Request & Response externally?

[cas-user] REST + X509 authentication

2018-05-28 Thread Sla
Hi, I would like to use X509 authentication with CAS REST API (as described here: https://apereo.github.io/cas/5.2.x/protocol/REST-Protocol.html). I'm surprised that there is a certificate parameter to the request, as I thought the certificate should be taken from the servlet container

AW: [cas-user] CAS Management Service -- hxxps://example.edu/cas/login?service=http%3A%2F%2Flocalhost%3A8080%2Fcas-management%2Fmanage.html

2018-05-28 Thread Bergner, Arnold
Maybe it’s only a default setting in the code… You might try setting cas.mgmt.serverName in the management.properties if you haven’t already. Regards Arnold Von: cas-user@apereo.org [mailto:cas-user@apereo.org] Im Auftrag von josbrodie Gesendet: Montag, 28. Mai 2018 04:45 An: CAS Community

[cas-user] Re: CAS 5 Gradle Overlay - Custom Theme

2018-05-28 Thread Andy Ng
Hi Mohannad, The structure in general is definitely correct (For that I mean [src > main > resources > static > themes > hbmsu > css > ...]) One thing I spotted is that you didn't seems to have [src > main > resources > static > themes > hbmsu > js > ...] I am suspecting that the line:

[cas-user] Re: CAS 5 Gradle Overlay - Custom Theme

2018-05-28 Thread Mohannad Henno
Hi Andy, Thank you for your reply and for sharing the discussion links. My folder structure looks very similar to the one mentioned in the posts; here is it.

[cas-user] CAS Overlay LDAP error code 49

2018-05-28 Thread alex
cas.authn.ldap[0].type=AUTHENTICATED cas.authn.ldap[0].ldapUrl=ldap://ldap.staff.tigerbrokers.com:389 cas.authn.ldap[0].useSsl=false cas.authn.ldap[0].baseDn=dc=staff,dc=tigerbrokers,dc=com cas.authn.ldap[0].searchFilter=sAMAccountName={user}