mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-17 16:06:36 +00:00
update zitadel docs
This commit is contained in:
@@ -564,8 +564,8 @@ This guide is a part of the [NetBird Self-hosting Guide](/selfhosted/selfhosted-
|
||||
**self-hosted** NetBird with [Zitadel](https://zitadel.com).
|
||||
|
||||
<Note>
|
||||
If you prefer not to self-host an Identity and Access Management solution, then you could use a managed alternative like
|
||||
[Auth0](/integrations/identity-providers/self-hosted/using-netbird-with-auth0).
|
||||
If you prefer not to self-host an Identity and Access Management solution, then you could use the managed alternative
|
||||
[Zitadel Cloud](https://zitadel.cloud/).
|
||||
</Note>
|
||||
|
||||
### Step 1. Create and configure Zitadel application
|
||||
@@ -601,7 +601,8 @@ Create new zitadel application
|
||||
|
||||
- Fill in the form with the following values and click `Continue`
|
||||
- Redirect URIs: `https://<domain>/auth` and click `+`
|
||||
- Post Logout URIs: `https://<domain>/silent-auth` and click `+`
|
||||
- Redirect URIs: `https://<domain>/silent-auth` and click `+`
|
||||
- Post Logout URIs: `https://<domain>/` and click `+`
|
||||
|
||||
<p>
|
||||
<img src="/docs-static/img/integrations/identity-providers/self-hosted/zitadel-new-application-uri.png" alt="high-level-dia" className="imagewrapper"/>
|
||||
@@ -634,9 +635,9 @@ To configure `netbird` application token you need to:
|
||||
|
||||
### Step 3: Application Redirect Configuration
|
||||
|
||||
:::caution
|
||||
This step is intended for setup running in development mode with no SSL
|
||||
:::
|
||||
<Note>
|
||||
This step is intended for setup running in development mode with no SSL
|
||||
</Note>
|
||||
|
||||
To configure `netbird` application redirect you need to:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user