Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

319
Views
Empty page for the sign-up and sign-in pages hosted by AWS Cognito

I have created the user pool and added new users to the user pool. My requirement is to use the default sign up/login page provided by cognito. So after retrieving the domain name for the hosted page it renders an empty page.

enter image description here

enter image description here

By simply entering the domain ends in several errors in the console. Appreciate if any one has identified the root cause for this.

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

If you simply add a /login to your existing URL you'll start to get useful error messages:

https://praedictio.auth.eu-west-1.amazoncognito.com/login

It's not documented very well, but your URL also requires some parameters:

  • client_id - relates to the app for the identity provider.
  • redirect_url - should match your redirect url from the UserPool app settings.
  • response_type - token (or code).

 

https://praedictio.auth.eu-west-1.amazoncognito.com/login?response_type=code&client_id=(client_id)&redirect_uri=(encoded uri)
over 4 years ago · Santiago Trujillo Report

0

URL should be in the following format:


https://domain/login?response_type=code&client_id=client_id&redirect_uri=your_callback_url


Variables can be found in AWS > Amazon Cognito > User Pool > App Integration Tab

Domain: enter image description here

Client ID of the App enter image description here

Callback URL of the App enter image description here

Pleaser refer Cognito document for more info.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!