I’m trying to use SPNEGO (Kerberos) authentication with Active Directory – with CAS server (github). Here is official instruction: https://apereo.github.io/cas/5.1.x/installation/SPNEGO-Authentication.html I used this template: https://github.com/apereo/cas-overlay-template So pom.xmlis taken from there. Unfortunately, I only receive this exception: Question: What does it means? Which configuration element could make this issue? Answer I found the solution. In short: I have bad cas.authn.spnego.jcifsServicePrincipal in
Tag: cas
CAS: Invoking a webservice programmatically from within a servlet
I have two applications running on 2 different servers (one on tomcat and other on JBoss). Both these applications are connected to the same CAS server for authentication. Right now this CAS server also resides within the same JBoss. Now that I am invoking an url of App-1 from a browser. The CAS login page comes up and after username/password