We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe also add a call to request.getRemoteUser() to shib.jsp, to make sure whatever mapped to REMOTE_USER also works fine.
request.getRemoteUser()
REMOTE_USER
The text was updated successfully, but these errors were encountered:
Hmm, I tried adding
<% out.println("remote user: " + request.getRemoteUser());%>
but I'm getting "remote user: null".
Other information such as "eppn: [email protected]" is still coming through ok.
Sorry, something went wrong.
The Shib Wiki has links for fixing that on Tomcat (tomcatAuthentication="false" on the AJP-Connector), no idea about Glassfish.
tomcatAuthentication="false"
No branches or pull requests
Maybe also add a call to
request.getRemoteUser()
to shib.jsp, to make sure whatever mapped toREMOTE_USER
also works fine.The text was updated successfully, but these errors were encountered: