fed-id-param

Use the fed-id-param stanza entry to specify the name of the request parameter whose value specifies the Provider ID for WebSEAL to include in OAuth requests.

fed-id-param = <request_param_name>

Description

The name of the parameter that we can include in a request to override the Provider ID specified by the default-fed-id configuration entry. If this fed-id-param configuration entry is set, WebSEAL checks incoming requests for a parameter with the specified name. If this request parameter exists, WebSEAL uses the Provider ID contained in the request rather than the default-fed-id Provider ID. We can delete this configuration entry to ensure that WebSEAL always uses the default provider specified by default-fed-id.

Options

Usage: This stanza entry is optional. If we do not configure this stanza entry, WebSEAL always uses the provider configured as the default-fed-id.

Default: None.

Example:

fed-id-param = FederationId

Parent topic: [oauth] stanza