diff --git a/doc/static/password/auth0-multiple-apps.png b/doc/static/password/auth0-multiple-apps.png new file mode 100755 index 00000000..a3535ae5 Binary files /dev/null and b/doc/static/password/auth0-multiple-apps.png differ diff --git a/doc/user-guide/password.md b/doc/user-guide/password.md index d8152128..e09675cb 100644 --- a/doc/user-guide/password.md +++ b/doc/user-guide/password.md @@ -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. ```