1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

feat: use nginx json logs; oauth2-proxy authentication working, groups not yet

This commit is contained in:
oddlama 2023-06-23 00:40:15 +02:00
parent 71dbda6262
commit 1a0378ee5c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 31 additions and 48 deletions

View file

@ -159,7 +159,7 @@ kanidm system oauth2 show-basic-secret grafana
# Generate new oauth2 app for proxied webapps
kanidm group create web-sentinel-access
kanidm group create web-sentinel-adguardhome-access
kanidm system oauth2 create web-sentinel "Web services" https://sentinel.${personalDomain}
kanidm system oauth2 create web-sentinel "Web services" https://oauth2.${personalDomain}
kanidm system oauth2 update-scope-map web-sentinel web-sentinel-access openid profile email
kanidm system oauth2 update-sup-scope-map web-sentinel web-sentinel-adguardhome-access access_adguardhome
kanidm system oauth2 show-basic-secret web-sentinel