From ba486a47734f4f7fc2a798853e5ad424f57d6071 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Fri, 9 Dec 2022 16:51:35 +0000 Subject: [PATCH] Reverse ULID for exampels --- docs/usage/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/configuration.md b/docs/usage/configuration.md index 6f2f8b34..dfb0c8d3 100644 --- a/docs/usage/configuration.md +++ b/docs/usage/configuration.md @@ -155,14 +155,14 @@ List of OAuth 2.0/OIDC clients and their keys/secrets. Each `client_id` must be ```yaml clients: # Confidential client - - client_id: FIRST000000000000000000000 + - client_id: 000000000000000000000FIRST client_auth_method: clent_secret_post client_secret: secret # List of authorized redirect URIs redirect_uris: - http://localhost:1234/callback # Public client - - client_id: SEC0ND00000000000000000000 + - client_id: 00000000000000000000SEC0ND client_auth_method: none ```