From 007b2b8db0d367aff1feec3b9bfc7e49f76f60d0 Mon Sep 17 00:00:00 2001 From: sempie <14986344+sempie@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:33:44 -0500 Subject: [PATCH] docs: add text to docs mentioning appearance settings for oidc sign-on page (#11159) * add text to docs mentioning appearance settings for oidc sign-on page --- docs/admin/auth.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/admin/auth.md b/docs/admin/auth.md index 11eeeb2349..380e24b098 100644 --- a/docs/admin/auth.md +++ b/docs/admin/auth.md @@ -215,6 +215,9 @@ CODER_OIDC_SIGN_IN_TEXT="Sign in with Gitea" CODER_OIDC_ICON_URL=https://gitea.io/images/gitea.png ``` +To change the icon and text above the OpenID Connect button, see application +name and logo url in [appearance](./appearance.md) settings. + ## Disable Built-in Authentication To remove email and password login, set the following environment variable on