Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update preview-instances.md #96695

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions teams/benefits-portfolio/engineering/preview-instances.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ vets-api is deployed using a similar URL as the website

The Preview Instance does not support authentication by default. To successfully authenticate you need to take a couple of extra steps.

* Use a browser instance with CORS disabled
* Append ‘?next=loginModal&oauth=false’ to your instance URL and load the page
* Authenticate as normal using accounts from the Test User Dashboard [https://tud.vfs.va.gov/](https://tud.vfs.va.gov/)
* You may get a security alert that requires you to bypass. On Chrome the alert occurs on the `http://<instance>-api.review.vetsgov-internal/v1/sessions/callback` URL, and provides you an option to ‘Send Anyway’
Expand Down