Skip to content

Commit

Permalink
Document the response_mode parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Jan 6, 2025
1 parent cd078cb commit 6ba8554
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,14 @@ upstream_oauth2:
# This takes precedence over the discovery mechanism
#jwks_uri: https://example.com/oauth2/keys

# The response mode we ask the provider to use for the callback
# Possible values are:
# - `query`: The provider will send the response as a query string in the
# URL search parameters. This is the default.
# - `form_post`: The provider will send the response as a POST request with
# the response parameters in the request body
#response_mode: query

# Additional parameters to include in the authorization request
#additional_authorization_parameters:
# foo: "bar"
Expand Down

0 comments on commit 6ba8554

Please sign in to comment.