This commit is contained in:
Arunavo Ray
2025-07-27 00:25:19 +05:30
parent 5f45a9a03d
commit e637d573a2
5 changed files with 38 additions and 56 deletions

View File

@@ -68,6 +68,7 @@ export function LoginForm() {
domain: domain,
providerId: providerId,
callbackURL: '/',
scopes: ['openid', 'email', 'profile'], // TODO: This is not being respected by the SSO plugin.
});
} catch (error) {
showErrorToast(error, toast);