mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 15:36:36 +00:00
Fix IdPs image links
This commit is contained in:
@@ -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`
|
||||
|
||||

|
||||
<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`
|
||||
|
||||

|
||||
<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`
|
||||
|
||||

|
||||
<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`
|
||||
|
||||

|
||||
|
||||
<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`
|
||||
|
||||

|
||||
<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`
|
||||
|
||||

|
||||
<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`
|
||||
|
||||

|
||||
<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:
|
||||
|
||||
Reference in New Issue
Block a user