From a5f00eeeee69c30d926fe62545ec5986a646f9ca Mon Sep 17 00:00:00 2001 From: Ben Pearce Date: Thu, 14 Dec 2023 09:15:01 +1000 Subject: [PATCH] fixed casing on variable, expanded description (#2122) --- src/pages/docs/infrastructure/accounts/openid-connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/infrastructure/accounts/openid-connect.md b/src/pages/docs/infrastructure/accounts/openid-connect.md index 3bdf5a1db9..d67c94e4a3 100644 --- a/src/pages/docs/infrastructure/accounts/openid-connect.md +++ b/src/pages/docs/infrastructure/accounts/openid-connect.md @@ -24,7 +24,7 @@ The hostname of the URL that these two endpoints are available on must either be ## Authenticating using OpenID Connect with third party services and tools -If you have a third-party service or tool that supports OpenID Connect, you can add any OIDC account variable into your projects variable set and use the `[account name].OpenIDConnect.Jwt` variable to get access to the request token that can be used for authenticating. +If you have a third-party service or tool that supports OpenID Connect, you can add any OIDC account variable into your projects variable set and use the `[account name].OpenIdConnect.Jwt` variable to get access to the request token that can be used for authenticating. The JWT for the account on a step or the target is available in the `Octopus.OpenIdConnect.Jwt` variable. ## Subject Keys