diff --git a/src/pages/selfhosted/identity-providers.mdx b/src/pages/selfhosted/identity-providers.mdx index 8671b47d..6c22209f 100644 --- a/src/pages/selfhosted/identity-providers.mdx +++ b/src/pages/selfhosted/identity-providers.mdx @@ -963,9 +963,9 @@ Read how to manage and secure your service keys [here](https://cloud.google.com/ NETBIRD_DOMAIN="" NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT="https://accounts.google.com/.well-known/openid-configuration" NETBIRD_USE_AUTH0=false -NETBIRD_AUTH_AUDIENCE="" -NETBIRD_AUTH_CLIENT_ID="" -NETBIRD_AUTH_CLIENT_SECRET="" +NETBIRD_AUTH_AUDIENCE="" +NETBIRD_AUTH_CLIENT_ID="" +NETBIRD_AUTH_CLIENT_SECRET="" NETBIRD_AUTH_SUPPORTED_SCOPES="openid profile email" NETBIRD_AUTH_REDIRECT_URI="/auth" NETBIRD_AUTH_SILENT_REDIRECT_URI="/silent-auth"