feat: adjust oauth2 implementation for TYPO3 backend login

This commit is contained in:
Björn Fromme
2025-12-12 16:31:32 +01:00
parent e9c1dd8b9d
commit 79e5a3c12d
7 changed files with 24 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ league_oauth2_server:
resource_server:
public_key: '%env(resolve:OAUTH_PUBLIC_KEY)%'
scopes:
available: ['email','profile','api']
available: ['email','id','profile','roles','api']
default: ['email']
persistence:
doctrine: null