Empty 'shibmlp target' at AttributeChecker

Cantor, Scott cantor.2 at osu.edu
Tue May 11 15:32:49 UTC 2021


On 5/11/21, 11:21 AM, "users on behalf of Pavel Šipoš" <users-bounces at shibboleth.net on behalf of pavel.sipos at arnes.si> wrote:

>    Is there a way to get SP entityID value and pass it to the 
>    attributeChecker template without setting externalParameters="true"?

The entityID wouldn't come from there regardless. If it's not set now, it wouldn't be set regardless of that setting. If you're trying to deduce the entityID based on target, see below.

>    I am not even shure if it is possible to have multiple AttributeChecker 
>    Handlers defined, one for each applicationOverride, each with own template.

It is, but that would admittedly require an override, whereas one almost never needs them otherwise.

People are trying to use the SP and avoid writing code and that is increasingly impractical. You can just use the sessionHook feature alone, point it at your own code, and then you can look at the request programatically and determine whatever would be of interest.

-- Scott




More information about the users mailing list