Adding attribute side Service Provider

Klingenstein, Nate nklingenstein at calstate.edu
Fri Mar 3 13:46:38 EST 2017


On 03/03/2017 04:19 PM, domenico.cervino wrote:
> I need to always have an attribute that is not returned by the IdP (Identity
> provider).
> The value of this attribute will always be constant.
> It can be done at the level of SP (service provider)?

Domenico,

If you just want to set a permanent value for all requests, I would
personally use the web server to do it.  If you prefer to do it in the
SP, you have multiple options:

https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPAttributeResolver

Template should work easily, but I haven't used it myself.

Hope this helps,
Nate.


More information about the dev mailing list