cognitocurl icon indicating copy to clipboard operation
cognitocurl copied to clipboard

Feature Request: Support cognito pools that use client_secret

Open Endareth opened this issue 3 years ago • 0 comments

Currently, attempting to authenticate against a pool with a client secret enabled just gives

{
  code: 'NotAuthorizedException',
  name: 'NotAuthorizedException',
  message: 'Client XXXXXXXXXXXX is configured for secret but secret was not received'
}

Would be useful to be able to handle this.

Endareth avatar Dec 06 '22 07:12 Endareth