From cb6d5f5144757767532ab6328ccc6f89d94e4e98 Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Tue, 30 May 2023 14:41:10 +0200 Subject: [PATCH] set default color for code block in light mode to black --- src/pages/selfhosted/identity-providers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/selfhosted/identity-providers.mdx b/src/pages/selfhosted/identity-providers.mdx index df13dd48..76ededf2 100644 --- a/src/pages/selfhosted/identity-providers.mdx +++ b/src/pages/selfhosted/identity-providers.mdx @@ -918,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 ```