Need help: Remote user auth via httpd using mod_jk connector
Cantor, Scott
cantor.2 at osu.edu
Fri Aug 4 09:23:19 EDT 2017
On 8/4/17, 8:02 AM, "users on behalf of Satheesh Kumar" <users-bounces at shibboleth.net on behalf of satheeshvsbk at gmail.com> wrote:
> So I read the documentation and did below config:
You're configuring two different mechanisms. Pick one of the RemoteUser flows and configure that one. Editing web.xml is unrelated to using the RemoteUserInternal flow.
> After authenting the user via apache, on redirecting to IDP I get below error:
You don't redirect to the IdP, so I would imagine whatever you're doing is totally wrong. SPs redirect the browser to the IdP, not you. At no time do you redirect anything to /Authn/RemoteUser. That's handled by the IdP itself internally.
If you want to use RemoteUser, and not RemoteUserInternal, then you configure Apache to protect the /idp/Authn/RemoteUser location, and that's it.
-- Scott
More information about the users
mailing list