This commit is contained in:
Pierre HUBERT 2023-04-15 10:33:06 +02:00
parent eed9bcdf8b
commit 412eaf2bff

View File

@ -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.