[cas-user] Re: CAS 5.2.x Could not update the account password

2020-06-19 Thread arti wavale
Im also facing same problem On Friday, February 9, 2018 at 12:06:32 AM UTC+5:30, casuser wrote: > > I am using CAS 5.2.x. For reset password, I get the reset password email > and from the link I can get to the reset password page where I enter my new > password and retype it but I get this error

[cas-user] Re: cas 5.2.x leaking connections

2020-01-11 Thread mohamed gamal
We had the same issue and the only solution was to update to 6.1 On Saturday, January 11, 2020 at 1:40:12 AM UTC+3, Trenton D. Adams wrote: > > Good day, > > We are having some problems with CAS 5.2.x leaking connections in our > production environment. We're not sure how or why this is happenin

Re: [cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-12-17 Thread Samuel Garçon
Ray, Thanks for your help :) I've already tried this solution, and more (the cert has been uploaded to every keystore found on the system). The solution was to create a new keystore dedicated the cas client, and uploading the cert inside : cas.httpClient.truststore.psw=x cas.httpClient

Re: [cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-12-17 Thread Ray Bon
Samuel, You may have to install the certificate in the java keystore. https://docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html Ray On Sun, 2018-12-16 at 11:36 -0800, Samuel Garçon wrote: Hi, I have exaclty the same problem. I'm running 5.3.7-SNAPSHOT. I have tried to uploading ce

Re: [cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-12-16 Thread Samuel Garçon
Hi, I have exaclty the same problem. I'm running 5.3.7-SNAPSHOT. I have tried to uploading cert from the SP (SalesForce Request Signing Certificate) inside the tomcate keystore, it's not working. Have you found a solution ? Sam On Monday, April 23, 2018 at 2:12:48 PM UTC+2, David Curry wrote:

Re: [cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-04-23 Thread David Curry
Ah, cryptography errors. My favorite. :-) The problem here is that the server cannot validate the certification path on some SSL certificate it's been given. Of course, Java being Java, the error message isn't helpful enough to tell you which one. It could be its own certificate, or it could be th

Re: [cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-04-23 Thread Jay
Yes Dave, I did. But initially I had the entries in the json file i had already. But had to move it to separate file as it was not reading the entry. I got the login screen and when I entered the credentials as casuser/Mellon, i see below error. java.lang.RuntimeException: javax.net.ssl.SSLHan

Re: [cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-04-20 Thread David Curry
Did you create an entry in your service registry to allow the service? It should look something like this: { "@class" : "org.apereo.cas.support.saml.services.SamlRegisteredService", "serviceId" : "IAMShowcase", "name" : "Test SP", "id" : 123456789, "description" : "IAMShowcase test SP",

Re: [cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-04-20 Thread Matthew Uribe
It looks like you need to create a service for the application. I don't think the wild card service applies to SAML applications, so you need a service specifically for this new application. On Fri, Apr 20, 2018, 12:26 AM Jay wrote: > Thank you Dave. > > I guess it worked out for me, it was able

Re: [cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-04-19 Thread Jay
Thank you Dave. I guess it worked out for me, it was able to hit the IDP successfully and I think I am missing something in the CAS-Overlay. Can you help me here. Below is the error message I see when I hit the url that was generated in sptest.iamshowcase.com/instructions after uploading the me

Re: [cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-04-19 Thread David Curry
Just this week I discovered https://sptest.iamshowcase.com/ that lets you set up a custom SP to talk to your IdP for testing. You download their metadata, save it somewhere on your server (/etc/cas/saml/sp-metadata/iamshowcase.xml or something), upload your CAS IdP metadata to them, create a se

[cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-04-18 Thread Jay
Hi Matt, Thank you so much, that helped in setting up the Local CAS application as IDP and was able to see the metadata generated carefully by invoking the idp url (/idp/metadata). To test it I was looking at setting up a local Shibboleth SP application but couldn't since I use Windows and Apa

[cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-04-12 Thread Matthew Uribe
Jay, I just recently went through an upgrade from CAS 3.5.2 to 5.2.0 and this documentation was immeasurably helpful: https://dacurry-tns.github.io/deploying-apereo-cas/building_server_saml_overview.html On Thursday, April 12, 2018 at 10:40:21 AM UTC-6, Jay wrote: > > Hello everyone, > > We ar

[cas-user] Re: CAS 5.2.x

2018-02-08 Thread William E.
For Dave's docs: We too have been working on using cas 5.2's saml2 capabilities to replace a full shibboleth. Not quite there yet, but still working on it. FWIW - We use apache's mod_ajp to front tomcat and these lines are what we use in proxy_ajp.conf: ProxyPass /cas ajp://localhost:8009/cas