default-mode
Use the default-mode stanza entry to specify the default OAuth EAS mode.
Syntax
default-mode = <oauth_mode> Description
The mode affects the validation of request parameters and the construction of the RequestSecurityToken (RST) sent to the Federation Runtime.
You can override this default mode for an individual request by providing a valid mode value [OAuth10|OAuth20Bearer] in a request parameter. The request parameter must have the name that is specified by the mode-param configuration entry.
Options
- <oauth_mode>
- The OAuth mode that the OAuth EAS uses by default.
Usage
This stanza entry is required when you configure OAuth EAS authentication.
Default value
None.
Example
default-mode = OAuth10