Skip to content

Commit 0d50790

Browse files
authored
Fixed broken link (#10480)
1 parent 7b17456 commit 0d50790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api/authentication/legacy/_resource-owner.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ request(options, function (error, response, body) {
6565
}) %>
6666

6767
::: warning
68-
This endpoint is part of the legacy authentication pipeline and has been replaced in favor of the [Password Grant](#resource-owner-password). For more information on the latest authentication pipeline refer to [Introducing OIDC Conformant Authentication](/api-auth/intro).
68+
This endpoint is part of the legacy authentication pipeline and has been replaced in favor of the [Password Grant](#resource-owner-password-flow). For more information on the latest authentication pipeline refer to [Introducing OIDC Conformant Authentication](/api-auth/intro).
6969
:::
7070

7171
Given the user's credentials, this endpoint will authenticate the user with the provider and return a JSON object with the <dfn data-key="access-token">Access Token</dfn> and an ID Token.

0 commit comments

Comments
 (0)