Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions main/docs/api/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,6 @@ For POST requests, parameters not included in the URL should be encoded as JSON
An exception to that is the [SAML IdP-Initiated Single Sign-on (SSO) Flow](#idp-initiated-sso-flow), which uses both a query string parameter and a `x-www-form-urlencoded` value.
</Note>

## Code samples

For each endpoint, you will find sample snippets you can use, in three available formats:
- HTTP request
- Curl command
- JavaScript: depending on the endpoint each snippet may use the [Auth0.js library](https://auth0.com/docs/libraries/auth0js), Node.js code or simple JavaScript

Each request should be sent with a Content-Type of `application/json`.

## Testing

You can test the endpoints using the [Authentication API Debugger](https://auth0.com/docs/customize/extensions/authentication-api-debugger-extension).
Expand Down