Add open-webui and partially integrate OIDC into Authelia.
This commit is contained in:
parent
f29bbe2415
commit
56ecff913a
5 changed files with 37 additions and 4 deletions
5
secrets/authelia_oidc_hmac_secret.age
Normal file
5
secrets/authelia_oidc_hmac_secret.age
Normal file
|
@ -0,0 +1,5 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 5X7MKw FvumZTxDU0bBRTRSy43HVox2qoigg4BK4h/SYhxd/3Y
|
||||
34GKCl2Wa235MioYWuaIOyV6RJpc8J4tAsEwyxE65w0
|
||||
--- cDUMLVhu3ja3C6eWkXYBp+uSfdT67s3QaqUJlwCR1WU
|
||||
oã±RuúÆ-“9,‹Æã …Ñ53^µ®ÔüjÄEZϧHMÊd¾^«ö›ó¬û^ìe!
Ùë/(/œòþ‚n=0QwM†ýA•!-\ž‚b½
|
BIN
secrets/authelia_oidc_issuer_private_key.age
Normal file
BIN
secrets/authelia_oidc_issuer_private_key.age
Normal file
Binary file not shown.
|
@ -13,6 +13,8 @@ in
|
|||
"jwt.age".publicKeys = [ hub ];
|
||||
"authelia_session.age".publicKeys = [ hub ];
|
||||
"authelia_storage.age".publicKeys = [ hub ];
|
||||
"authelia_oidc_hmac_secret.age".publicKeys = [ hub ];
|
||||
"authelia_oidc_issuer_private_key.age".publicKeys = [ hub ];
|
||||
"cloudflare_api.age".publicKeys = [ hub ];
|
||||
"ts_auth_key.age".publicKeys = [
|
||||
hub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue