From 7a3bc83a554347f83d8b53064c0461181c264e41 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 14 May 2024 10:32:55 +0100 Subject: [PATCH] Add comment Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- docs/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config.md b/docs/config.md index e64461e5ec..1f6bbabd20 100644 --- a/docs/config.md +++ b/docs/config.md @@ -279,6 +279,7 @@ Issuer must have a trailing forward slash. As an example: ``` If a matching static client is not found, the app will attempt to dynamically register a client using metadata specified under `oidc_metadata`. +The app has sane defaults for the metadata properties below but on stricter policy identity providers they may not pass muster, e.g. `contacts` may be required. The following subproperties are available: 1. `client_uri`: This is the base URI for the OIDC client registration, typically `logo_uri`, `tos_uri`, and `policy_uri` must be either on the same domain or a subdomain of this URI.