You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clients can (and should) be allowed to read and write relevant user attributes only. Usually every client can be allowed to
682
+
Clients can (and should) be allowed to read and write relevant user attributes only. Usually every client can be allowed to
672
683
read the `given_name` attribute but not every client should be allowed to set the `email_verified` attribute.
673
684
The same criteria applies for both standard and custom attributes, more info is available at
674
685
[Attribute Permissions and Scopes](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-attributes.html#user-pool-settings-attribute-permissions-and-scopes).
675
-
The default behaviour is to allow read and write permissions on all attributes. The following code shows how this can be
686
+
The default behaviour is to allow read and write permissions on all attributes. The following code shows how this can be
0 commit comments