Skip to content

Commit

Permalink
Fix links april 2024 (#3049)
Browse files Browse the repository at this point in the history
* extra # in link

* corrected link to scopes API doc
  • Loading branch information
mooreds authored Apr 30, 2024
1 parent e899835 commit fec22e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <InlineField>scope</InlineField> text to be misinterpreted */}

This request may be made with the optional <InlineField>scope</InlineField> 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 <InlineField>scope</InlineField> request parameter.
The <InlineField>scope</InlineField> 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 <InlineField>scope</InlineField> 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.

Expand Down
4 changes: 2 additions & 2 deletions astro/src/content/json/themes/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,12 +549,12 @@
{
"name": "requiredScopes",
"type": "List<Object>",
"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<Object>",
"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",
Expand Down

0 comments on commit fec22e9

Please sign in to comment.