Skip to content
New issue

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

also check REMOTE_USER #1

Open
peter- opened this issue Nov 7, 2013 · 2 comments
Open

also check REMOTE_USER #1

peter- opened this issue Nov 7, 2013 · 2 comments

Comments

@peter-
Copy link

peter- commented Nov 7, 2013

Maybe also add a call to request.getRemoteUser() to shib.jsp, to make sure whatever mapped to REMOTE_USER also works fine.

@pdurbin
Copy link
Member

pdurbin commented Nov 7, 2013

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.

@peter-
Copy link
Author

peter- commented Nov 7, 2013

The Shib Wiki has links for fixing that on Tomcat (tomcatAuthentication="false" on the AJP-Connector), no idea about Glassfish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants