Hi Dmitriy, Hi all!
It Works! Thanks a lot.
With 6.2, this setting was not mandatory... Maybe, they should add this in
the docs (can't find here :
https://apereo.github.io/cas/6.4.x/authentication/SPNEGO-Authentication.html)
Or maybe I didn't look at the right place in the docs.
Thanks you agai
Hi there.
The error points to this line:
https://github.com/apereo/cas/blob/master/support/cas-server-support-spnego/src/main/java/org/apereo/cas/config/SpnegoConfiguration.java#L68
where
it calls Spring resource loader abstraction to load Kerboros config file
and apparently the resource represen
Sure!
Here it is!
java.lang.IllegalStateException: Erreur lors du démarrage du conteneur fils
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:720)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
at org.apache.catalina.core
Hi.
If you could post the entire stack trace, that would help to see what might
be misconfigured.
Cheers,
D.
On Sep 2, 2021 at 09:31:17, Thierry MURGUE wrote:
> Hi all,
>
> I have a working conf with SPNEGO for CAS 6.2.x (last tried 6.2.8).
>
> I’ve tried for 2 days to do the same with the ne
Hi all,
I have a working conf with SPNEGO for CAS 6.2.x (last tried 6.2.8).
I’ve tried for 2 days to do the same with the new 6.4.0 version.
I used the generated WAR overlay from the doc (SPNEGO Authentication /
Resources / Generate CAS Server WAR Overlay)
I downloaded jcifs-ext.jar from th