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
There can be an easy fix set for hosted ui support option, to use Authorization code flow (https://oauth.net/2/grant-types/authorization-code/) - adding optional request for token endpoint inside handleCallback method.
The text was updated successfully, but these errors were encountered:
Ressvieth
changed the title
Possibility to set Authorization code flow as an option for implicit grant for hosted UI support
Possibility to set Authorization code flow as an alternative for implicit grant for hosted UI support
Jan 24, 2024
Current solution works only with
implicit grant
type, but this approach is not recommended due to security issues:https://oauth.net/2/grant-types/implicit/
There can be an easy fix set for hosted ui support option, to use
Authorization code
flow (https://oauth.net/2/grant-types/authorization-code/) - adding optional request for token endpoint inside handleCallback method.https://docs.aws.amazon.com/cognito/latest/developerguide/token-endpoint.html
The text was updated successfully, but these errors were encountered: