Skip to content

Commit 7fb3341

Browse files
author
Amanda VS
authored
authentication api update (#10458)
1 parent 29210e5 commit 7fb3341

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

articles/api/authentication/_change-password.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Change Password
2-
2+
<!-- markdownlint-disable MD001 MD012 MD012 -->
33
```http
44
POST https://${account.namespace}/dbconnections/change_password
55
Content-Type: application/json
@@ -64,7 +64,7 @@ Note: This endpoint only works for database connections.
6464

6565
| Parameter | Description |
6666
|:-----------------|:------------|
67-
| `client_id` | The `client_id` of your client. We strongly recommend including a Client ID so that the email template knows from which client the request was triggered. |
67+
| `client_id` | The `client_id` of your client. |
6868
| `email` <br/><span class="label label-danger">Required</span> | The user's email address. |
6969
| `connection` <br/><span class="label label-danger">Required</span> | The name of the database connection configured to your client. |
7070
| `organization` | The `organization_id` of the Organization associated with the user. |

articles/api/authentication/_sign-up.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Signup
2+
<!-- markdownlint-disable MD001 MD012 MD012 -->
23

34
```http
45
POST https://${account.namespace}/dbconnections/signup
@@ -85,7 +86,7 @@ This endpoint only works for database connections.
8586

8687
| Parameter | Description |
8788
|:-----------------|:------------|
88-
| `client_id` <br/><span class="label label-danger">Required</span> | The `client_id` of your client. |
89+
| `client_id` | The `client_id` of your client. |
8990
| `email` <br/><span class="label label-danger">Required</span> | The user's email address. |
9091
| `password` <br/><span class="label label-danger">Required</span> | The user's desired password. |
9192
| `connection` <br/><span class="label label-danger">Required</span> | The name of the database configured to your client. |

articles/api/authentication/api-authz/_highly-regulated.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- markdownlint-disable MD024 MD031 -->
12
# Authorization Code Flow with Enhanced Privacy Protection
23

34
## Push Authorization Requests (PAR)
@@ -84,7 +85,7 @@ Content-Type: application/json
8485
```
8586

8687
::: note
87-
Highly Regulated Identity is currently available for Enterprise customers under Limited Early Access. To learn more about this program, contact [Auth0 Support](http://support.auth0.com/).
88+
To use Highly Regulated Identity features, you must have an Enterprise Plan with the Highly Regulated Identity add-on. Refer to [Auth0 Pricing](https://auth0.com/pricing) for details.
8889
:::
8990

9091
Authorization Code Flow with [Pushed Authorization Requests (PAR)](/get-started/authentication-and-authorization-flow/authorization-code-flow/authorization-code-flow-with-par) uses the `/oauth/par` endpoint to allow applications to send the authorization parameters usually sent in a `GET` request to `/authorize`. PAR uses a POST method from the backend to keep parameter values secure. The `/oauth/par` endpoint accepts all authorization parameters which can be proivided to `/authorize`. Assuming the call to the `/oauth/par` endpoint is valid, Auth0 will respond with a `redirect_uri` value that can be used as a parameter for the `/authorize` endpoint.

0 commit comments

Comments
 (0)