allowed-query-arg
Additional query string arguments can be provided to the authentication kick-off URL which will in turn be appended to the corresponding authentication request.
Syntax
allowed-query-arg = argument
Description
This configuration entry is used to define an allowed query string argument. Any other arguments passed to the kick-off URL will be ignored. This configuration entry can be specified multiple times, once for each allowable query string argument.
Options
- argument
- The argument to be appended to the corresponding authentication request.
Usage
This stanza entry is optional.
Default value
None.
Example
allowed-query-arg = field1
allowed-query-arg = prompt
allowed-query-arg = max_age
<meta http-equiv="refresh" content="0;URL='<http://<mycompany.com/pkmsoidc?iss=i<issuer>&max_age=0&prompt=login'> />