diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/azure-spa-uri-setup.png b/public/docs-static/img/integrations/identity-providers/self-hosted/azure-spa-uri-setup.png index fe3aad0c..28965437 100644 Binary files a/public/docs-static/img/integrations/identity-providers/self-hosted/azure-spa-uri-setup.png and b/public/docs-static/img/integrations/identity-providers/self-hosted/azure-spa-uri-setup.png differ diff --git a/public/docs-static/img/integrations/identity-providers/self-hosted/google-oauth-client.png b/public/docs-static/img/integrations/identity-providers/self-hosted/google-oauth-client.png index 233d2e93..17721374 100644 Binary files a/public/docs-static/img/integrations/identity-providers/self-hosted/google-oauth-client.png and b/public/docs-static/img/integrations/identity-providers/self-hosted/google-oauth-client.png differ diff --git a/src/pages/selfhosted/identity-providers.mdx b/src/pages/selfhosted/identity-providers.mdx index 2d85701c..dd13b553 100644 --- a/src/pages/selfhosted/identity-providers.mdx +++ b/src/pages/selfhosted/identity-providers.mdx @@ -438,7 +438,7 @@ In this step, we will create and configure NetBird application in azure AD. ### Step 2. Platform configurations - Click `Authentication` on the left side menu -- Under the `Single-page application` Section, add another URI `https:///auth` +- Under the `Single-page application` Section, add another URI `https:///auth` and `http://localhost:53000`

high-level-dia @@ -534,10 +534,6 @@ https://login.microsoftonline.com//v2.0/.well-known/openid-configurat Double-check if the endpoint returns a JSON response by calling it from your browser. - - Client authentication using SSO is currently not supported for the Azure AD IDP. We are actively working on a solution to address this issue. - - - Set properties in the `setup.env` file: ```shell NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT="https://login.microsoftonline.com//v2.0/.well-known/openid-configuration" @@ -1018,8 +1014,8 @@ Before you start creating and configuring an Google Workspace application, ensur - Fill in the form with the following values and click `CREATE` - Application type: `Web application` - Name: `netbird` - - Authorized JavaScript origins: `https://` - - Authorized redirect URIs: `https:///auth` and `https:///silent-auth` + - Authorized JavaScript origins: `https://` and `http://localhost` + - Authorized redirect URIs: `https:///auth`, `https:///silent-auth` and `http://localhost:53000`

high-level-dia

@@ -1108,10 +1104,6 @@ Read how to manage and secure your service keys [here](https://cloud.google.com/ base64 -i ``` - - Client authentication using SSO is currently not supported for the Google workspace IDP. We are actively working on a solution to address this issue. - - - Set properties in the `setup.env` file: ```json NETBIRD_DOMAIN=""