Skip to content

Commit

Permalink
Update docs/resources/application.md
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Witt <spencer.witt@gmail.com>
  • Loading branch information
mmanes and spwitt authored Jun 20, 2024
1 parent a2a783a commit d6394dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ resource "fusionauth_application" "Forum" {
- `Reject` - Unknown scopes will be rejected and cause the OAuth workflow to fail with an error.
- `scope_handling_policy` (Optional) Controls the policy for handling of OAuth scopes when populating JWTs and the UserInfo response. The possible values are:
- `Compatibility` - OAuth workflows will populate JWT and UserInfo claims in a manner compatible with versions of FusionAuth before version 1.50.0.
-`Strict` - OAuth workflows will populate token and UserInfo claims according to the OpenID Connect 1.0 specification based on requested and consented scopes.
- `Strict` - OAuth workflows will populate token and UserInfo claims according to the OpenID Connect 1.0 specification based on requested and consented scopes.
* `registration_configuration` - (Optional)
- `birth_date` - (Optional)
* `enabled` - (Optional)
Expand Down

0 comments on commit d6394dd

Please sign in to comment.