Re: [cas-user] Mixing spnego and rest authentication

2018-09-12 Thread Arnaud N.
Hello Ray, Thank you for your answer. As far as I remember (I am not at the office) the service url doesn't change, but I'll double check tomorrow just to be sure. I think that the PGT is tied to the auth method used when it is released. Some code in the method :

Re: [cas-user] Mixing spnego and rest authentication

2018-09-12 Thread Ray Bon
Arnaud, Is the service URL changing in any way when spnego is used? Before a PT is issued, CAS contacts the proxy callback. Is this prevented in any way with spnego? I have not used spnego so just making some guesses. Here is log config: Ray On Wed, 2018-09-12 at 14:30

Re: [cas-user] cas 5.3.3 management webapp overlay issue

2018-09-12 Thread Travis Schmidt
What I meant to go on and say is that the management app tries to call the discovery endpoint on the configured cas server when trying to startup. If you are running both the server and the management app on the same server, I think it is stalling cause it can't reach the CAS server, because it

[cas-user] Issue when using JSON (Whitelist) Authentication with Password Encoding

2018-09-12 Thread Nebil Mabrouk
Hi all, I have a problem when using JSON Authentication with Password Encoding. I used both CAS versions 5.3.2 and 5.3.3, and below is the used config: *Properties:* cas.authn.json.location=file:/path_xx/users-SHA-256.json #cas.authn.json.name= cas.authn.json.passwordEncoder.type=DEFAULT

Re: [cas-user] cas 5.3.3 management webapp overlay issue

2018-09-12 Thread Travis Schmidt
Looks like you have configured your CAS server and the management app to run on the same host and the same port. On Wed, Sep 12, 2018, 12:52 PM Yan Zhou wrote: > Hello, > > I am running CAS 5.3.3, but latest management web app is 5.3.1. > > My management web app will not start up. It just hangs

[cas-user] cas 5.3.3 management webapp overlay issue

2018-09-12 Thread Yan Zhou
Hello, I am running CAS 5.3.3, but latest management web app is 5.3.1. My management web app will not start up. It just hangs there. What did I miss? Here is the log file. 2018-09-12 15:48:11,936 INFO [org.apereo.cas.configuration.DefaultCasConfigurationPropertiesSourceLocator] -

[cas-user] custom header/footer values from properties.

2018-09-12 Thread Curtis Ruck
I need to add some static data wired from cas.properties into my theme's header.html/footer.html. It seems thymeleaf is the new templating language and I can't find a tutorial or example on how to wire items from a CustomConfigurationProperties class into the templates. Any suggestions for

[cas-user] SAML2 SLO SP initiated

2018-09-12 Thread Fabio Martelli
Hi All, I have some trouble with SAML2 SLO. It seems that my IdP CAS 5.2.X does not provide any SAML logout response to the SP sending SLO request to it. What am I missing? Is there any particular configuration to be provided? Does not CAS IdP support SP initiated? Thank you in advance for