FAQ - Pre-Production Tests

Change Log

Change Log

Mar 11, 2020

WayGee

  • Initial Creation

Related Documents

Related Documents

Confluence Link

Test access to the Cognito Hosted Login page

  1. Open an editor of your choice

  2. Paste in this one liner

    https://account.usta.com/login?client_id=[your_client_id]&response_type=code&redirect_uri=[your_redirect_url]

     

  3. Replace [your_client_id] with your production client id you were assigned

  4. Replace [your_redirect_url] with your whitelisted production redirect url

  5. Copy and paste the line into a browser and see if the Cognito Hosted Login screen comes up. If it does, you have successfully verified your client id and redirect url. You can perform this check with all of your white-listed redirect uris.

  6. If you encounter an error, double-check your client id and redirect url.

Add an entry to your Hosts file and see if you can see the production splash page

For Windows Users, follow these directions to modify your hosts file.
For Mac User, you can follow these directions here.

  1. Add the following line to your hosts file

    23.50.53.34 www.usta.com netgeneration.usta.com

     

  2. Now open a browser and navigate to www.usta.com or netgeneration.usta.com.

  3. You should see a splash page for these websites which means you are able to get to the production environment.

     

  4. Don’t forget to remove these entries from your hosts file after you are done testing,

  5. You’ll also need to flush your dns cache.