From 865431bb543587cb1bc78175b9d81ae1eab968f6 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Wed, 8 Jun 2022 06:39:29 -0500 Subject: [PATCH] Update docs/index.md Co-authored-by: Tom Bamford --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 5c759c810..ef0da7eed 100644 --- a/docs/index.md +++ b/docs/index.md @@ -117,7 +117,7 @@ When authenticating as a Service Principal using Open ID Connect, the following * `oidc_request_token` - (Optional) The bearer token for the request to the OIDC provider. This can also be sourced from the `ARM_OIDC_REQUEST_TOKEN` or `ACTIONS_ID_TOKEN_REQUEST_TOKEN` Environment Variables. -* `oidc_request_token` - (Optional) The URL for the OIDC provider from which to request an ID token. This can also be sourced from the `ARM_OIDC_REQUEST_URL` or `ACTIONS_ID_TOKEN_REQUEST_TOKEN` Environment Variables. +* `oidc_request_url` - (Optional) The URL for the OIDC provider from which to request an ID token. This can also be sourced from the `ARM_OIDC_REQUEST_URL` or `ACTIONS_ID_TOKEN_REQUEST_TOKEN` Environment Variables. * `use_oidc` - (Optional) Should OIDC be used for Authentication? This can also be sourced from the `ARM_USE_OIDC` Environment Variable. Defaults to `false`.