mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 08:26:35 +00:00
update zitadel docs
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 318 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 464 KiB |
@@ -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).
|
**self-hosted** NetBird with [Zitadel](https://zitadel.com).
|
||||||
|
|
||||||
<Note>
|
<Note>
|
||||||
If you prefer not to self-host an Identity and Access Management solution, then you could use a managed alternative like
|
If you prefer not to self-host an Identity and Access Management solution, then you could use the managed alternative
|
||||||
[Auth0](/integrations/identity-providers/self-hosted/using-netbird-with-auth0).
|
[Zitadel Cloud](https://zitadel.cloud/).
|
||||||
</Note>
|
</Note>
|
||||||
|
|
||||||
### Step 1. Create and configure Zitadel application
|
### 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`
|
- Fill in the form with the following values and click `Continue`
|
||||||
- Redirect URIs: `https://<domain>/auth` and click `+`
|
- 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>
|
<p>
|
||||||
<img src="/docs-static/img/integrations/identity-providers/self-hosted/zitadel-new-application-uri.png" alt="high-level-dia" className="imagewrapper"/>
|
<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
|
### Step 3: Application Redirect Configuration
|
||||||
|
|
||||||
:::caution
|
<Note>
|
||||||
This step is intended for setup running in development mode with no SSL
|
This step is intended for setup running in development mode with no SSL
|
||||||
:::
|
</Note>
|
||||||
|
|
||||||
To configure `netbird` application redirect you need to:
|
To configure `netbird` application redirect you need to:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user