enso/app/ide-desktop/lib/dashboard
Paweł Buchowski 74551b3188
Add missing cognito oauth scope (#7450)
For some reason, the hosted UI for both email and password and SSO, as well as the `Auth.federatedSignIn({provider: 'Google'})` call require the `aws.cognito.signin.user.admin` scope to be enabled to fetch and update user attributed. However, a call to `Auth.signIn(email, password)` does not. This is not well documented in AWS Cognito.

# Important Notes
`aws.cognito.signin.user.admin` gives you access to all Cognito User Pool APIs. Which federatedSignIn with google provider uses to get `currentUserInfo()` where we store optional `organizationId`. It does not provide any admin level access to other cognito or AWS parts.
2023-08-01 15:50:16 +00:00
..
src Add missing cognito oauth scope (#7450) 2023-08-01 15:50:16 +00:00
bundle.ts Extract SVGs to files (#7076) 2023-06-23 10:47:04 +02:00
esbuild-config.ts Background translucency (#7386) 2023-07-27 10:53:00 +02:00
package.json Background translucency (#7386) 2023-07-27 10:53:00 +02:00
tailwind.config.ts New top bar (#7392) 2023-08-01 11:32:32 +02:00
tsconfig.json Cognito auth 3/7 - add registration (#5864) 2023-03-17 15:26:59 +00:00
watch.ts Help chat (#7151) 2023-07-18 13:23:41 +02:00