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

[Doc] Multiple App - Same Auth0 integration #305

Merged
Merged
Show file tree
Hide file tree
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
Binary file added doc/static/password/auth0-multiple-apps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions doc/user-guide/password.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,14 @@ It should look like this:
![](../static/password/auth0-urls.png)

```{tip}
You can use the same Auth0 integration with multiple Ploomber applications by initializing Ploomber app with the same `AUTH_CLIENT_ID`, `AUTH_CLIENT_SECRET` and `AUTH_ISSUER_BASE_URL` as your first one.
- For it to work, you will have to add all your allowed `/callback` and `/status` URLs separated by commas, like the following:

![](../static/password/auth0-multiple-apps.png)
```


```{important}
If you ever re-initialize and deploy your app under a different name, you'll have to update these URLs.
```

Expand Down
Loading