Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #407 from dsezen/docs/update-connection-docs
Browse files Browse the repository at this point in the history
Documentation Update: Update typo in SAML connection options documentation.
  • Loading branch information
Yvo committed Jun 19, 2021
2 parents f562139 + 201a938 commit 2c67c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ With the `samlp` connection strategy, `options` supports the following arguments
* `debug` - (Optional) (Boolean) When enabled additional debugging information will be generated.
* `signing_cert` - The X.509 signing certificate (encoded in PEM or CER) you retrieved from the IdP, Base64-encoded
* `protocol_binding` - (Optional) The SAML Response Binding - how the SAML token is received by Auth0 from IdP. Two possible values are `urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect` (default) and `urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST`
* `idpinitiated` - (Optional) Configuration Options for IDP Initiated Authentication. This is an object with the properties: `client_id`, `client_protocol`, and `client_authorizequery`
* `idp_initiated` - (Optional) Configuration Options for IDP Initiated Authentication. This is an object with the properties: `client_id`, `client_protocol`, and `client_authorize_query`
* `tenant_domain` - (Optional)
* `domain_aliases` - (Optional) List of the domains that can be authenticated using the Identity Provider. Only needed for Identifier First authentication flows.
* `sign_in_endpoint` - SAML single login URL for the connection.
Expand Down

0 comments on commit 2c67c32

Please sign in to comment.