From 41877e166b254ac536acc6067b844aa9432b0259 Mon Sep 17 00:00:00 2001 From: Denis Mishin Date: Mon, 13 Dec 2021 16:48:51 -0500 Subject: [PATCH] fix typo in docs (#2819) --- docs/docs/identity-providers/okta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/identity-providers/okta.md b/docs/docs/identity-providers/okta.md index 25ac35d38..e6083b91e 100644 --- a/docs/docs/identity-providers/okta.md +++ b/docs/docs/identity-providers/okta.md @@ -78,7 +78,7 @@ idp_provider: "okta" idp_provider_url: "https://awesomecompany.okta.com" idp_client_id: "REPLACE ME" idp_client_secret: "REPLACE ME" -ipd_service_account: "REPLACE ME" # base64 encoded JSON object +idp_service_account: "REPLACE ME" # base64 encoded JSON object ``` ::: ::: tab Environment Variables