RemoteUser authnMethodHeader example?
Brent Putman
putmanb at georgetown.edu
Tue Feb 7 12:24:15 EST 2017
On 2/7/17 11:24 AM, Liam Hoekenga wrote:
>
> So it /should/ be something like this?
>
> <servlet>
> <servlet-name>RemoteUserAuthHandler</servlet-name>
>
> <servlet-class>net.shibboleth.idp.authn.impl.RemoteUserAuthServlet</servlet-class>
> <load-on-startup>2</load-on-startup>
> <context-param>
> <param-name>authnMethodHeader</param-name>
> <param-value>UMAuthnContext</param-value>
> </context-param>
> </servlet>
>
Almost, but not quite. Params to a <servlet> (and also <filter>) are
indicated by child elements called <init-param>, since they are used to
initialize the servlet or filter. They're not context parameters,
which are params that are global to the whole servlet context. Servlet
and filter init params are local to that particular servlet or filter.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20170207/bb9c6c0a/attachment.html>
More information about the users
mailing list