Skip to content

Commit

Permalink
required registration for applciation access
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreds committed Dec 12, 2023
1 parent e5c073f commit fd32294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kickstart/kickstart.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
"enabledGrants": [
"authorization_code",
"refresh_token"
]
],
"generateRefreshTokens": true,
"requireRegistration": true
},
"jwtConfiguration": {
"enabled": true,
Expand Down

0 comments on commit fd32294

Please sign in to comment.