Fix IdPs image links

This commit is contained in:
Misha Bragin
2023-05-30 14:52:34 +02:00
committed by GitHub

View File

@@ -855,7 +855,9 @@ In this step, we will create and configure Netbird single-page application in ok
- Sign-in method: `OIDC - OpenID Connect`
- Application type: `Single-Page Application`
![](/docs-static/img/integrations/identity-providers/self-hosted/okta-new-single-page-application.png)
<p>
<img src="/docs-static/img/integrations/identity-providers/self-hosted/okta-new-single-page-application.png" alt="high-level-dia" class="imagewrapper"/>
</p>
- Fill in the form with the following values and click `Save`
- App integration name: `Netbird`
@@ -864,7 +866,9 @@ In this step, we will create and configure Netbird single-page application in ok
- Sign-out redirect URIs: `https://<yournetbirddomain.com>/`
- Click `Save`
![](/docs-static/img/integrations/identity-providers/self-hosted/okta-single-page-application.png)
<p>
<img src="/docs-static/img/integrations/identity-providers/self-hosted/okta-single-page-application.png" alt="high-level-dia" class="imagewrapper"/>
</p>
- Navigate to Okta Admin Dashboard
- Click `Applications` in the left menu and then click on `Applications`
@@ -873,7 +877,9 @@ In this step, we will create and configure Netbird single-page application in ok
- Under `OpenID Connect ID Token` section, click `Edit` and update `Issuer` to use the `Okta URL`
- Click `Save`
![](/docs-static/img/integrations/identity-providers/self-hosted/okta-single-sign-on-configuration.png)
<p>
<img src="/docs-static/img/integrations/identity-providers/self-hosted/okta-single-sign-on-configuration.png" alt="high-level-dia" class="imagewrapper"/>
</p>
### Step 2. Create and configure Okta native application
In this step, we will create and configure Netbird native application in okta.
@@ -884,15 +890,18 @@ In this step, we will create and configure Netbird native application in okta.
- Sign-in method: `OIDC - OpenID Connect`
- Application type: `Native Application`
![](/docs-static/img/integrations/identity-providers/self-hosted/okta-new-native-application.png)
<p>
<img src="/docs-static/img/integrations/identity-providers/self-hosted/okta-new-native-application.png" alt="high-level-dia" class="imagewrapper"/>
</p>
- Fill in the form with the following values and click `Save`
- App integration name: `Netbird Native App`
- Grant type: `Device Authorization`
- Click `Save`
![](/docs-static/img/integrations/identity-providers/self-hosted/okta-native-application.png)
<p>
<img src="/docs-static/img/integrations/identity-providers/self-hosted/okta-native-application.png" alt="high-level-dia" class="imagewrapper"/>
</p>
- Navigate to Okta Admin Dashboard
- Click `Applications` in the left menu and then click on `Applications`
@@ -901,7 +910,10 @@ In this step, we will create and configure Netbird native application in okta.
- Under `OpenID Connect ID Token` section, click `Edit` and update `Issuer` to use the `Okta URL`
- Click `Save`
![](/docs-static/img/integrations/identity-providers/self-hosted/okta-native-sign-on-configuration.png)
<p>
<img src="/docs-static/img/integrations/identity-providers/self-hosted/okta-native-sign-on-configuration.png" alt="high-level-dia" class="imagewrapper"/>
</p>
### Step 3. Generate api token
In this step, we will generate netbird api token in okta for authorizing calls to user api.
@@ -914,7 +926,9 @@ In this step, we will generate netbird api token in okta for authorizing calls t
- Name: `Netbird`
- Take note of token value and click `OK, got it`
![](/docs-static/img/integrations/identity-providers/self-hosted/okta-generate-token.png)
<p>
<img src="/docs-static/img/integrations/identity-providers/self-hosted/okta-generate-token.png" alt="high-level-dia" class="imagewrapper"/>
</p>
Your authority OIDC configuration will be available under: