Change responderId of IdP by apache vhost
Cantor, Scott
cantor.2 at osu.edu
Tue Jun 8 17:24:26 UTC 2021
On 6/8/21, 12:06 PM, "users on behalf of Bergmann, Clemens" <users-bounces at shibboleth.net on behalf of clemens.bergmann at tu-darmstadt.de> wrote:
> Do you by any chance have an example for me how that could look like?
An example would be literally doing the function, and if you're a member, then yes, I can and will do that via a support ticket. Otherwise, all I can do is tell you that there is documentation for various use cases around scripting functions that do various things. The ActivationConditions topic has some examples and there are many others scattered around the configuration and documentation.
The signature is Function<ProfileRequestContext,String> and the property name to inject the function is responderIdLookupStrategy, which is also in the javadoc for the RelyingPartyConfiguration class.
> Would I need to write and compile a custom java class or could this be done by 'configuration'?
If by configuration you include writing Javascript and wiring up Spring beans, then it's more or less configuration. It does not require Java code.
-- Scott
More information about the users
mailing list