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:
parent
71dbda6262
commit
1a0378ee5c
4 changed files with 31 additions and 48 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue