diff options
| author | akp <tom@tdpain.net> | 2022-08-15 20:03:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-15 20:03:43 +0100 |
| commit | 42b4756f67963a9783af0dfe37e3a8f907e4c70d (patch) | |
| tree | c3549f1585fff17c8cb938001b75980b8a3e02ee | |
| parent | c7f91d227e357cd5f84db8bfe6a05cde61735491 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -66,6 +66,11 @@ email: platform: disableRegistration: false disableSecureCookies: false +oidc: + enable: false + clientID: "yourclientid" + clientSecret: "yourclientsecret" + issuer: "https://sso.example.com/" ``` ## Future features |
