Skip to content

Commit

Permalink
Address PR comments for OAuth Scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharles8 committed Apr 22, 2024
1 parent c19f094 commit e0a2591
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ The `openid` scope is used to request identity information according to the [Ope
The `offline_access` scope is used to request a refresh token on the authorization response.
Its behavior is controlled by the <InlineField>Generate refresh tokens</InlineField> and <InlineField>Enabled grants</InlineField> configurations on the application [OAuth tab](/docs/get-started/core-concepts/applications#oauth).

### Reserved Prefixes

FusionAuth reserves the prefixes `idp-link:`, `source-entity:`, and `target-entity:`.
Scope names starting with these prefixes cannot be used when defining [custom scopes](/docs/get-started/core-concepts/scopes).

## Consent Mode

<AdvancedEditionBlurb />
Expand Down

0 comments on commit e0a2591

Please sign in to comment.