FAQ - Pre-Production Tests
Change Log | ||
---|---|---|
Mar 11, 2020 | WayGee |
|
Related Documents | |
---|---|
Confluence Link |
Test access to the Cognito Hosted Login page
Open an editor of your choice
Paste in this one liner
https://account.usta.com/login?client_id=[your_client_id]&response_type=code&redirect_uri=[your_redirect_url]
Replace [your_client_id] with your production client id you were assigned
Replace [your_redirect_url] with your whitelisted production redirect url
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.
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.
Add the following line to your hosts file
23.50.53.34 www.usta.com netgeneration.usta.com
Now open a browser and navigate to www.usta.com or netgeneration.usta.com.
You should see a splash page for these websites which means you are able to get to the production environment.
Don’t forget to remove these entries from your hosts file after you are done testing,
You’ll also need to flush your dns cache.