We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205c2a6 commit 7c0869bCopy full SHA for 7c0869b
1 file changed
src/app/pages/Login.tsx
@@ -89,7 +89,7 @@ export default function Login() {
89
authEndpoint = `https://${authDomain}/login`
90
91
window.location.replace(
92
- `${authEndpoint}?response_type=code&client_id=${clientId}&redirect_uri=${encodeURIComponent(redirectUri)}`
+ `${authEndpoint}?response_type=code&client_id=${clientId}&redirect_uri=${encodeURIComponent(redirectUri)}&scope=${encodeURIComponent('aws.cognito.signin.user.admin email openid phone profile')}`
93
)
94
}
95
0 commit comments