I am using Amazon Congito's Hosted UI. The redirect uri I set is:
https://example.com/redirect_endpoint
But, that endpoint is authenticated. So, I want the hosted UI to send the id_token to that redirect URI as part of its Authorization
header
Is there a way to tell AWS Cognito's hosted UI to send that id_token as part of its Authorization
header? In other words, can I make the redirect_uri authenticated?