Skip to content

Commit d22d386

Browse files
Update website/docs/user-guides/chaoscenter-oauth-dex-installation.md
Co-authored-by: Hemanth Krishna <[email protected]>
1 parent 6544e4d commit d22d386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/user-guides/chaoscenter-oauth-dex-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ To set up Dex, we would require to modify our litmusportal-server a bit in order
110110
- `OIDC_ISSUER`: The place where the Dex OIDC lives, i.e `NODE_IP:32000`
111111
- `DEX_ENABLED`: This variable enables dex features in the litmusportal-server
112112
- `DEX_OAUTH_CALLBACK_URL`: This is the url that will be called back after user completes its authentication, this will be the litmusportal-frontend service
113-
- `DEX_OAUTH_CLIENT_ID`: The client ID defined at the DEX server to allow it act on behalf of Litmus, i.e: `LitmusPortalAuthBackend`
114-
- `DEX_OAUTH_CLIENT_SECRET`: The client secret defined at the DEX server, i.e: `ZXhhbXBsZS1hcHAtc2VjcmV0`
113+
- `DEX_OAUTH_CLIENT_ID`: The client ID defined at the DEX server to allow it act on behalf of Litmus, e.g: `LitmusPortalAuthBackend`
114+
- `DEX_OAUTH_CLIENT_SECRET`: The client secret defined at the DEX server, e.g: `ZXhhbXBsZS1hcHAtc2VjcmV0`
115115

116116
Set your variables using
117117

0 commit comments

Comments
 (0)