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

Commit

Permalink
Merge branch 'master' into go_1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkappa committed Jul 28, 2021
2 parents 7560f47 + 2c67c32 commit 24fd1a3
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 50 deletions.
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
Loading

0 comments on commit 24fd1a3

Please sign in to comment.