Open randykinne opened 4 years ago
Thanks for the heads up, I'll check ASAP
This could also be a config option or set by the user in case someone prefers either endpoint over the other or if there is an unintended side-effect associated with this change.
Hello, any update on this?
Use
/authorize
endpoint instead of/login
to allow cognito to try to fetch an already-granted token - if the user already has a login token from cognito's hosted UI, they will just get redirected to theredirect_uri
specified.https://docs.aws.amazon.com/cognito/latest/developerguide/authorization-endpoint.html
AFAIK the fact that
/authorize
first checks whether the client already has a login token is not described in the documentation but is an observed functionality.