diff --git a/astro/src/content/docs/lifecycle/authenticate-users/oauth/index.mdx b/astro/src/content/docs/lifecycle/authenticate-users/oauth/index.mdx index 01fb1d4e4c..c21e86a4ad 100644 --- a/astro/src/content/docs/lifecycle/authenticate-users/oauth/index.mdx +++ b/astro/src/content/docs/lifecycle/authenticate-users/oauth/index.mdx @@ -433,7 +433,7 @@ In order to initiate the Device Authorization Grant flow, make a request from th {/* If I have this paragraph be part of the other one, I think the # in the links causes the scope text to be misinterpreted */} This request may be made with the optional scope field in order to request OAuth scopes on tokens from the eventual [`/oauth2/token` endpoint](/docs/lifecycle/authenticate-users/oauth/endpoints#complete-the-device-authorization-grant-request) return. A refresh token can be requested by including `offline_access` in the scope request parameter. -The scope value here will be used for the interactive portion of the workflow when the [user_code is passed to FusionAuth](/docs/lifecycle/authenticate-users/oauth##pass-user_code-to-fusionauth). See [Scopes](/docs/lifecycle/authenticate-users/oauth/scopes) for more information on configuring the application's OAuth scope policies, managing custom OAuth scopes, and prompting for user consent to granting scopes to third-party applications. +The scope value here will be used for the interactive portion of the workflow when the [user_code is passed to FusionAuth](/docs/lifecycle/authenticate-users/oauth#pass-user_code-to-fusionauth). See [Scopes](/docs/lifecycle/authenticate-users/oauth/scopes) for more information on configuring the application's OAuth scope policies, managing custom OAuth scopes, and prompting for user consent to granting scopes to third-party applications. This request will return a JSON response with values necessary to fulfill the remainder of the grant flow. diff --git a/astro/src/content/json/themes/templates.json b/astro/src/content/json/themes/templates.json index db9ea8f481..f708a39b39 100644 --- a/astro/src/content/json/themes/templates.json +++ b/astro/src/content/json/themes/templates.json @@ -549,12 +549,12 @@ { "name": "requiredScopes", "type": "List", - "description": "The list of OAuth scopes on the request that require user consent. See the [Scope API] for details on this object." + "description": "The list of OAuth scopes on the request that require user consent. See the [Scope API](/docs/apis/scopes#create-an-oauth-scope) for details on this object." }, { "name": "optionalScopes", "type": "List", - "description": "The list of OAuth scopes on the request with optional user consent. See the [Scope API](/docs/apis/applications#create-an-oauth-scope) for details on this object." + "description": "The list of OAuth scopes on the request with optional user consent. See the [Scope API](/docs/apis/scopes#create-an-oauth-scope) for details on this object." }, { "name": "scopeConsents",