From 75a3d8a3bcd391ace99a28ab4165058ab5e611c3 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sun, 16 Oct 2022 08:37:31 +1100 Subject: [PATCH] docs: update misc notes (#4184) --- .../en/integration/openid-connect/bookstack/index.md | 4 ++-- .../openid-connect/cloudflare-zerotrust/index.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content/en/integration/openid-connect/bookstack/index.md b/docs/content/en/integration/openid-connect/bookstack/index.md index 91aae3659..a23399516 100644 --- a/docs/content/en/integration/openid-connect/bookstack/index.md +++ b/docs/content/en/integration/openid-connect/bookstack/index.md @@ -33,8 +33,8 @@ This example makes the following assumptions: * __Client ID:__ `bookstack` * __Client Secret:__ `bookstack_client_secret` -*__Important Note:__ Bookstack does not properly URL encode the secret per [RFC6749 Appendix B] at the time this -article was last updated (noted at the bottom). This means you'll either have to use only alphanumeric characters for +*__Important Note:__ [BookStack] does not properly URL encode the secret per [RFC6749 Appendix B] at the time this +article was last modified (noted at the bottom). This means you'll either have to use only alphanumeric characters for the secret or URL encode the secret yourself.* [RFC6749 Appendix B]: https://www.rfc-editor.org/rfc/rfc6749#appendix-B diff --git a/docs/content/en/integration/openid-connect/cloudflare-zerotrust/index.md b/docs/content/en/integration/openid-connect/cloudflare-zerotrust/index.md index 026582fe7..0ff85a013 100644 --- a/docs/content/en/integration/openid-connect/cloudflare-zerotrust/index.md +++ b/docs/content/en/integration/openid-connect/cloudflare-zerotrust/index.md @@ -31,9 +31,9 @@ This example makes the following assumptions: * __Client ID:__ `cloudflare` * __Client Secret:__ `cloudflare_client_secret` -*__Important Note:__ Cloudflare does not properly URL encode the secret per [RFC6749 Appendix B] at the time this -article was last updated (noted at the bottom). This means you'll either have to use only alphanumeric characters for -the secret or URL encode the secret yourself.* +*__Important Note:__ [Cloudflare Zero Trust] does not properly URL encode the secret per [RFC6749 Appendix B] at the +time this article was last modified (noted at the bottom). This means you'll either have to use only alphanumeric +characters for the secret or URL encode the secret yourself.* [RFC6749 Appendix B]: https://www.rfc-editor.org/rfc/rfc6749#appendix-B