RemoteUser AuthenticationMethod
cneberg
cneberg at gmail.com
Thu Nov 10 21:27:19 GMT 2011
Thank you I was able to make the changes you suggested and get it
working. The only additional change I needed to make was set the
defaultAuthenticationMethod for the DefaultRelyingParty, I think I was
just lucky before and now I need to set it explicitly.
Thanks,
Topher
On Thu, Nov 10, 2011 at 11:55 AM, Cantor, Scott <cantor.2 at osu.edu> wrote:
>
> I've added documentation about this to the wiki. The main issue is that
> you really can't use the stock handlers to support multiple methods at
> once, because they have to return the result, and they can only be taught
> how to return one specific value, or left to the default.
>
> Multiple methods really requires a custom handler, and in most cases it
> did anyway.
>
> It's also a trivial matter to copy/customize the RemoteUser handler to set
> the method based on a header or something like that.
>
> -- Scott
>
> --
> To unsubscribe from this list send an email to dev-unsubscribe at shibboleth.net
More information about the dev
mailing list