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.