Added Authentik configuration screenshots and moved ini file examples

This commit is contained in:
2024-01-16 23:04:50 -06:00
parent bcbc99f557
commit 9c06784555
3 changed files with 0 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

15
Grafana/grafana.ini Normal file
View File

@@ -0,0 +1,15 @@
[auth]
oauth_auto_login = true
;#################################### Generic OAuth ##########################
[auth.generic_oauth]
enabled = true
name = Authentik
allow_sign_up = true
client_id = CLIENT_ID_RANDOM_STRING
client_secret = CLIENT_SECRET_RANDOM_STRING
scopes = openid,email,read:org
auth_url = https://auth.hamik.net/application/o/authorize/
token_url = https://auth.hamik.net/application/o/token/
api_url = https://auth.hamik.net/application/o/userinfo/
skip_org_role_sync=true