Skip to main content

Authenticate Callback Path

  • Environmental Variable: AUTHENTICATE_CALLBACK_PATH
  • Config File Key: authenticate_callback_path
  • Type: string
  • Default: /oauth2/callback
  • Optional

Authenticate callback path sets the path at which the authenticate service receives callback responses from your identity provider. The value must exactly match one of the authorized redirect URIs for the OAuth 2.0 client.

This value is referred to as the redirect_url in the OpenIDConnect and OAuth2 specs.

See also: