From 412eaf2bff7276b9b45e31e62bdfc67b78daa176 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 15 Apr 2023 10:33:06 +0200 Subject: [PATCH] Update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4fd446c..387ff8b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ You can configure a list of clients (Relying Parties) in a `clients.yaml` file w description: Git with a cup of tea secret: TOP_SECRET redirect_uri: https://mygit.mywebsite.com/ + # If you want new accounts to be granted access to this client by default + default: true ``` On the first run, BasicOIDC will create a new administrator with credentials `admin` / `admin`. On first login you will have to change these default credentials.