[cas-user] Re: CAS login returnUrl

2018-11-20 Thread James Mackerel
You may redirect user to login path with a redirect parameter, like this: https://sso.example.com/cas/login?service=https%3A%2F%2Fmyservice.eample.com%2Flogin%3Fredirect%3D%252Fsecure%252Fpage%252F After login, cas will redirect user to

[cas-user] what is the difference bewteen two selection of cas.serviceRegistry.managementType ?

2018-11-20 Thread James Mackerel
I saw cas.serviceRegistry.managementType option in CAS properties document , which indicates that this option can be set to DEFAULT|DOMAIN. But after searching on web and everywhere in document, I

Re: [cas-user] CAS 5.3.x [SAML] + [Attribute Consent] seems not working + my workaround

2018-11-20 Thread Andy Ng
Hi Arnold, Thanks for the information! My CAS is setup for everything return pretty much the same returned attributes, so I didn't notice the different in attributes returned. > there might be some confusion evaluating the correct callback endpoint Yes I thought so. If I have time I will go

Re: [cas-user] CAS 5.3.x [SAML] + [Attribute Consent] seems not working + my workaround

2018-11-20 Thread Andy Ng
Hi Arnold and all, I have find the bug and submitted the PR, thanks for the information! For the bug detail see: https://github.com/apereo/cas/pull/3664 Cheers! - Andy On Monday, 19 November 2018 18:46:01 UTC+8, Bergner, Arnold wrote: > > Hi Andy, > > > > I found the same problem migrating

Re: [cas-user] Issue with cas 6 password managenment

2018-11-20 Thread matrix
The certificate is the host certificate of the LDAP server. LDAP is configured in such a way that for reset password request requires a ssl connection/ldaps. For the version 5.2 we have the LDAP referral, so we have modified our cas servers host file to point it to the IP and it works. But cas 6

Re: [cas-user] Issue with cas 6 password managenment

2018-11-20 Thread Ray Bon
Are you running the upgrade on a new host? A custom certificate? You can create a certificate with build.sh gencert and import it with command at bottom of https://apereo.github.io/cas/5.3.x/installation/X509-Authentication.html Ray On Tue, 2018-11-20 at 09:03 -0800, MD. Fazla Rabby wrote: We

[cas-user] Issue with cas 6 password managenment

2018-11-20 Thread MD. Fazla Rabby
We are already using CAS5.2 and password management working fine. But for CAS version 6 we are getting the ldap referral error "java.security.cert.CertificateException: Hostname does not match the hostname in the server's certificate site:stackoverflow.com" How to get around with this This