From 4f5efd4074098223aeee244b963dafa9cfd4924b Mon Sep 17 00:00:00 2001 From: ThomasKalten Date: Tue, 18 Jan 2022 14:54:52 +0100 Subject: [PATCH] Update auth.md (#1518) --- docs/versioned_docs/version-7.2.x/configuration/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-7.2.x/configuration/auth.md b/docs/versioned_docs/version-7.2.x/configuration/auth.md index 6efad3dc..90510293 100644 --- a/docs/versioned_docs/version-7.2.x/configuration/auth.md +++ b/docs/versioned_docs/version-7.2.x/configuration/auth.md @@ -336,7 +336,7 @@ you may wish to configure an authorization server for each application. Otherwis The `oidc_issuer_url` is based on URL from your **Authorization Server**'s **Issuer** field in step 2, or simply https://corp.okta.com . The `client_id` and `client_secret` are configured in the application settings. -Generate a unique `client_secret` to encrypt the cookie. +Generate a unique `cookie_secret` to encrypt the cookie. Then you can start the oauth2-proxy with `./oauth2-proxy --config /etc/example.cfg`