Fix IdPs code blocks

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

View File

@@ -44,7 +44,7 @@ up until "Install the Auth0 React SDK".
- Use **`Client ID`** to set ```NETBIRD_AUTH_CLIENT_ID``` property in the `setup.env` file.
- Use **`Domain`** to configure ```NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT``` property in the `setup.env` file like so:
```
```bash
https://<DOMAIN>/.well-known/openid-configuration
```
<Note>
@@ -322,7 +322,7 @@ The client will need secret to authenticate. To do this:
</p>
Your authority OIDC configuration will be available under:
```
```bash
https://<YOUR-KEYCLOAK-HOST-AND-PORT>/realms/netbird/.well-known/openid-configuration
```
<Note>
@@ -482,7 +482,7 @@ In this step, we will create and configure NetBird application in azure AD.
</p>
Your authority OIDC configuration will be available under:
```
```bash
https://login.microsoftonline.com/<tenant_id>/v2.0/.well-known/openid-configuration
```
<Note>
@@ -661,9 +661,11 @@ In this step we will grant `Org User Manager` role to `netbird` service user.
</p>
Your authority OIDC configuration will be available under:
```
```bash
https://< YOUR-ZITADEL-HOST-AND-PORT >/.well-known/openid-configuration
```
:::caution
Double-check if the endpoint returns a JSON response by calling it from your browser.
:::
@@ -791,9 +793,11 @@ In this step, we will add `Netbird` service account to `authentik Admins` group.
</p>
Your authority OIDC configuration will be available under:
```
```bash
https://< YOUR-AUTHENTIK-HOST-AND-PORT >/application/o/netbird/.well-known/openid-configuration
```
<Note>
Double-check if the endpoint returns a JSON response by calling it from your browser.
</Note>
@@ -914,7 +918,7 @@ In this step, we will generate netbird api token in okta for authorizing calls t
Your authority OIDC configuration will be available under:
```
```bash
https://< your_okta_organization_url >/.well-known/openid-configuration
```
<Note>