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
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
it would be great to be able to generate an access token with some allowed scope according to what we defined in the Corresponding AppClient
Describe the solution you'd like
Add a parameter called [--scopes <value>] type string which will represent the allowed scope to generate the Token. The scopes can be multiple and comma-separated.
Currently, when I get a Token with the above command I get a token with the default scope aws.cognito.signin.user.admin. I'm using an ApiGateway with some custom scopes defined in my AppClient and I'm not able to connect with a token got by awscli because that token doesn't have the corresponding custom scope.