You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: articles/api/authentication/legacy/_resource-owner.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ request(options, function (error, response, body) {
65
65
}) %>
66
66
67
67
::: 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).
69
69
:::
70
70
71
71
Given the user's credentials, this endpoint will authenticate the user with the provider and return a JSON object with the <dfndata-key="access-token">Access Token</dfn> and an ID Token.
0 commit comments