add azure sso setup guide (#31)

This commit is contained in:
Muji Sayed
2023-02-17 15:40:15 +00:00
committed by GitHub
parent d1ace1fde9
commit 4fc71695f8
3 changed files with 91 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ title: Available IDP Integrations
sidebar_position: 1
---
There are a few Identity Provider options that you can choose to run a self-hosted version NetBird.
There are a few Identity Provider options that you can choose to run a self-hosted version NetBird.
:::tip OpenID
NetBird supports generic OpenID (OIDC) protocol allowing for the integration with any IDP that follows the specification.
@@ -12,4 +12,5 @@ NetBird supports generic OpenID (OIDC) protocol allowing for the integration wit
List of available guides:
- [Auth0](/integrations/identity-providers/self-hosted/using-netbird-with-auth0) (managed service)
- [Keycloak](/integrations/identity-providers/self-hosted/using-netbird-with-keycloak)
- [Keycloak](/integrations/identity-providers/self-hosted/using-netbird-with-keycloak)
- [Azure SSO](/integrations/identity-providers/self-hosted/using-netbird-with-Azure-SSO)