Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible committed Oct 31, 2019
1 parent 124a162 commit 290e328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -102,7 +102,7 @@ this.requestor.xhr({method: 'GET', url: AUTH_CONFIG_URI}).then(async (data: any)
}
```
You'll also need to add a trusted origin for `http://localhost:8100`. Go to **API** > **Trusted Origins** > **Add Origin**. Use the following values:
You'll also need to add a trusted origin for `http://localhost:8100`. In your Okta dashboard, go to **API** > **Trusted Origins** > **Add Origin**. Use the following values:

* Name: `http://localhost:8100`
* Origin URL: `http://localhost:8100`
Expand Down

0 comments on commit 290e328

Please sign in to comment.