1
0
Fork 0

refactor(nextauth): change provider from Google to Keycloak

- using self-hosted keycloak as SSO `https://sso.mareshq.com`
This commit is contained in:
Vojtěch Mareš 2023-09-02 17:37:45 +02:00
parent 083fe4565d
commit 2a7b833b2e
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
7 changed files with 40 additions and 25 deletions

View file

@ -2,8 +2,9 @@ backoffice:
secretes:
databaseURL: "postgres://postgres:postgres@localhost:5432/backoffice"
nextauthSecret: "secret"
googleClientID: "secret"
googleClientSecret: "secret"
keycloakClientID: "secret"
keycloakClientSecret: "secret"
keycloakIssuer: "secret"
image:
tag: dummy