From 0d50790d75e61dc81344890087dede248a651455 Mon Sep 17 00:00:00 2001 From: Kevin Strong-Holte <42565453+kegashe@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:01:13 -0800 Subject: [PATCH] Fixed broken link (#10480) --- articles/api/authentication/legacy/_resource-owner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/api/authentication/legacy/_resource-owner.md b/articles/api/authentication/legacy/_resource-owner.md index 367ddcd5b8..d191536587 100644 --- a/articles/api/authentication/legacy/_resource-owner.md +++ b/articles/api/authentication/legacy/_resource-owner.md @@ -65,7 +65,7 @@ request(options, function (error, response, body) { }) %> ::: warning -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). +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). ::: Given the user's credentials, this endpoint will authenticate the user with the provider and return a JSON object with the Access Token and an ID Token.