Why Does `/oauth2/login` returns CORS error with Custom UI?

0

I have created simple UI form for Login in my app.

I wanted to integrate this Custom UI with AWS **Cognito **implementing OAuth 2.0 Authorization Code Grant Type as this the recommended grant_type for mobile and web apps.

However, I am facing issues when trying to use my UI for hitting endpoints like /oauth2/authorize, /oauth2/login without using the Cognito's Hosted UI.

The flow works fine when using the Hosted UI.

However, when implementing same flow with custom UI I receive CORS error when hitting the /oauth2/login endpoint with request body params (username, password) and query params (response_type=code&client_id=MY_CLIENT_ID&redirect_uri=MY_REDIRECT_URI) and headers ("Content-Type" : "x-www-form-url-encoded").

I tried adding "Allow-Control-Access-Origin" : "*" header, but nothing changed unfortunately.

arsany
質問済み 1ヶ月前50ビュー
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ