Not able to auth after accessing the IDC app #206
Unanswered
surbhigoel948
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not able to access the TEAM console but the page is then loading and stops at the home page instead of giving me access to the tool.
I have done the setup as documented. There were no errors. I am not using the custom domain.
I checked the network trace,
the failure is on request, POST https://XXX-main.auth.us-east-1.amazoncognito.com/oauth2/token
It returns 400 error code
Payload is as follows:
grant_type: authorization_code
code: XXXX
client_id: XXXX
redirect_uri: https://portal.teamtest.online/
Response:
{"error":"unauthorized_client"}
Client ID is the WebClient ID.
If I click at the federated sign it, it says https://XXXX-main.auth.us-east-1.amazoncognito.com/error?error=redirect_mismatch&client_id=XXXX
Cloudtrail log:
I also checked other discussion, my Identity center and TEAM delegated accounts are same and separate from all other accounts.
Region is same for both, us-east-1
Any help will be appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions