Add Attribute to SAML Response
Peter Schober
peter.schober at univie.ac.at
Tue Jan 22 12:03:12 EST 2013
* Zmuda, Matthew R <Matthew.R.Zmuda at td.com> [2013-01-22 17:46]:
> What I am wondering is how I can pass a value into this? That is, I
> have 5 attributes I want to pass with values can change and I need
> my web app to be able to dynamically set the values to pass via SAML
> Response. I see options for database connectivity but that is not
> what I need. The values I need to set would live in my web
> application.
The resolver also has access to the requestContext and other servlet
context, I think, if your web application lives in the same container
the IdP does.
If not what kind of protocol does your web app support for getting at
the data? E.g. Jim Fox contributed a RESTful web services connector
(cf. Community resources in the documentation),
-peter
More information about the users
mailing list