Commit 8bbcf1e
committed
fix: remove offline_access from default OAuth2 scope
- Remove offline_access from default OAuth2 client scope configuration
- offline_access should only be used for long-running processes, not regular web apps
- This prevents creation of unnecessary offline sessions in Keycloak
- Regular refresh tokens work fine without offline_access for web applications
Fixes #302061 parent 5971b96 commit 8bbcf1e
File tree
1 file changed
+1
-1
lines changed- generators/spring-boot/templates/src/main/resources/config
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| |||
0 commit comments