AWS cognitos - User Pools with Federated Identity providers
问题 I am new to AWS and learning about Cognito Pools. I am planning to use Cognito userpools connected with Cognito Federated Identity pool. I do not want to use Login with hosted UI feature or any other login UI to log in. Is the following true/possible :- From back end on calling some Cognito API with username and password it can automatically call the configured User pool Federated Identity provider to authenticate the user and then generate the JWT token. If yes can you please refer/guide me