fix: creates new users on demand from idp
This commit is contained in:
@@ -25,7 +25,7 @@ class LoginOidcController extends AbstractController
|
||||
}
|
||||
|
||||
// Redirect to authorization @ OIDC provider
|
||||
return $oidcClient->generateAuthorizationRedirect();
|
||||
return $oidcClient->generateAuthorizationRedirect(scopes: ['openid', 'profile']);
|
||||
}
|
||||
|
||||
#[Route('/login/oidc/auth', name: 'app_login_oidc_auth')]
|
||||
|
||||
Reference in New Issue
Block a user