ShibRequestSetting entityIDSelf

Takeshi NISHIMURA takeshi at nii.ac.jp
Thu Aug 2 23:57:56 EDT 2018


I'd expect that an SP entityID in AuthnRequest changes based on the host the user accesses.

E.g.
Access -> entityID
https://sp1.example.org/secure/ -> https://sp1.example.org/shibboleth
https://sp2.example.org/secure/ -> https://sp2.example.org/shibboleth
etc.

NG pattern of configuration:
<Location /secure>
     ShibRequestSetting entityIDSelf https://$hostname/shibboleth
</Location>

OK:
<Location />
     ShibRequestSetting entityIDSelf https://$hostname/shibboleth
</Location>

OK:
<Location /Shibboleth.sso>
     ShibRequestSetting entityIDSelf https://$hostname/shibboleth
</Location>

And I cannot take ShibRequestSetting outside of <Location> because of this error:
> Syntax error on line ...
> ShibRequestSetting not allowed here

Best regards,
Takeshi

On 2018/08/01 21:21, Cantor, Scott wrote:
> On 8/1/18, 5:50 AM, "users on behalf of Takeshi NISHIMURA" <users-bounces at shibboleth.net on behalf of takeshi at nii.ac.jp> wrote:
> 
>> does NOT work as you would expect.
> 
> I guess that depends on what you expect, but it's no different than configuring an override in that regard.
> 
> -- Scott


More information about the users mailing list