Skip to content

Commit

Permalink
update docs for OIDCPathAuthRequestParams
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Mar 11, 2019
1 parent 2f30109 commit 1a32ff8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions auth_openidc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,13 @@

# Extra parameters that will be sent along with the Authorization Request.
# These must be URL-query-encoded as in: "display=popup&prompt=consent".
#
# NB: since version 2.3.0 this can be configured on a per-path basis across all configured Providers.
#
# Since version 2.3.11rc1 one can pass on query parameters from the request to the authorization
# request by adding e.g. "foo=#" which which will dynamically pull in the query parameter value
# from the request query parameter and add it to the authentication request to the OP.
#
# The default is to not add extra parameters.
#OIDCPathAuthRequestParams <query-encoded-string>

Expand Down

0 comments on commit 1a32ff8

Please sign in to comment.