Skip to content

Commit

Permalink
not compound sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
spwitt authored Apr 24, 2024
1 parent a4ed19e commit 3e023f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import OAuthScopeMessageLookup from 'src/content/docs/_shared/_oauth-scope-messa
Available since 1.50.0
</Aside>

OAuth scopes provide you with another dimension for applying access controls to applications. Scopes are requested by OAuth clients (applications) during authorization, and optionally consented to by the user providing the authorization. The consented scopes make their way into the access token granted to the client, and can be checked when the client uses the access token to access protected resources.
OAuth scopes provide you with another dimension for applying access controls to applications. Scopes are requested by OAuth clients (applications) during authorization and optionally consented to by the user providing the authorization. The consented scopes make their way into the access token granted to the client and can be checked when the client uses the access token to access protected resources.

In FusionAuth, applications can be designated as first-party or third-party. First-party applications are often synonymous with the authorization server from the user's perspective, and don't require consent for requested scopes. Third-party applications, by contrast, require consent by an authorizing user for the scopes they request.
In FusionAuth, applications can be designated as first-party or third-party. First-party applications are often synonymous with the authorization server from the user's perspective and don't require consent for requested scopes. Third-party applications, by contrast, require consent by an authorizing user for the scopes they request.

This page details these features and explains how you can use them to customize FusionAuth's behavior.

Expand Down

0 comments on commit 3e023f8

Please sign in to comment.