Skip to content
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
6 changes: 4 additions & 2 deletions articles/quickstart/webapp/java-spring-boot/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
To run the sample follow these steps:

1) Set the **Allowed Callback URLs** in the [Application Settings](${manage_url}/#/applications/${account.clientId}/settings) to:

```text
http://localhost:3000/login/oauth2/code/auth0
http://localhost:3000/login/oauth2/code/okta
```

2) Set the **Allowed Logout URLs** in the [Application Settings](${manage_url}/#/applications/${account.clientId}/settings) to:

```text
http://localhost:3000/
```
Expand All @@ -28,4 +30,4 @@ You can also run it from a [Docker](https://www.docker.com) image with the follo
sh exec.sh
# In Windows' Powershell
./exec.ps1
```
```