Skip to content

Commit aeddf64

Browse files
Update README.md (#470)
1 parent 18e167d commit aeddf64

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,16 @@ This can be done by renaming `auth_config.json.example` (https://github.com/auth
3434
{
3535
"domain": "YOUR_DOMAIN",
3636
"clientId": "YOUR_CLIENT_ID",
37-
"audience": "YOUR_API_IDENTIFIER",
37+
"authorizationParams": {
38+
"audience": "YOUR_API_IDENTIFIER",
39+
},
3840
"apiUri": "http://localhost:3001",
3941
"appUri": "http://localhost:4200"
4042
}
4143
```
4244

45+
> **Domain** and **Client Id** can be found in the corresponding Application in the Auth0 Dashboard, while **Audience** needs to be set to the identifier of the API, found in the Auth0 Dashboard.
46+
4347
Also ensure the Application in Auth0 is configured to allow **http://localhost:4200** as a `Callback URL`, `Logout URL` and `Allowed Web Origin`.
4448

4549
## Issue Reporting

0 commit comments

Comments
 (0)