SSO #1

Merged
Charles-Edouard merged 23 commits from SSO into main 2025-07-29 16:46:46 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 58e71d9e80 - Show all commits

View File

@ -41,7 +41,7 @@ final class ScopeResolveListener implements EventSubscriberInterface
// Add client-specific scopes based on client identifier or name // Add client-specific scopes based on client identifier or name
switch ($clientIdentifier) { switch ($clientIdentifier) {
case $_ENV['EASYEXPLOIT_CLIENT_ID']: case $_ENV['EASY_EXPLOIT_ID']:
$finalScopes[] = new Scope('apps:easyexploit'); $finalScopes[] = new Scope('apps:easyexploit');
break; break;
case 'EasyAccess': case 'EasyAccess':