Hello,
I have a web server hosting a java application (tomcat hidden behind Apache) that must use kerberos SSO on windows 2008 ldap server.
If I remove SSO the web application is working fine but I cannot get it to work with single sign on.
So... I was advised to create a simple web page that would show that I have SSO working using .
Has anyone here ever written something like this?
I know a bit about code but not enough to do what I need.
Thank you all
Frederic
I have a web server hosting a java application (tomcat hidden behind Apache) that must use kerberos SSO on windows 2008 ldap server.
If I remove SSO the web application is working fine but I cannot get it to work with single sign on.
So... I was advised to create a simple web page that would show that I have SSO working using .
Code:
<!--#echo var="REMOTE_USER"-->
Code:
<!--#printenv -->
Has anyone here ever written something like this?
I know a bit about code but not enough to do what I need.
Thank you all
Frederic