fix(config): change OIDC issuer to auth.lohmar.co.uk, add Authelia access rule
This commit is contained in:
parent
0a1770acc4
commit
6f65d25c3f
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ authelia:
|
||||||
users_db_path: "/opt/authelia/users_database.yml"
|
users_db_path: "/opt/authelia/users_database.yml"
|
||||||
|
|
||||||
oidc:
|
oidc:
|
||||||
issuer_url: "https://auth.sechpoint.app"
|
issuer_url: "https://auth.lohmar.co.uk"
|
||||||
client_id: "nextwks"
|
client_id: "nextwks"
|
||||||
client_secret: ""
|
client_secret: ""
|
||||||
redirect_url: "https://wks.lohmar.co.uk/auth/callback"
|
redirect_url: "https://wks.lohmar.co.uk/auth/callback"
|
||||||
|
|
|
||||||
|
|
@ -261,7 +261,7 @@ authelia:
|
||||||
users_db_path: "/opt/authelia/users_database.yml"
|
users_db_path: "/opt/authelia/users_database.yml"
|
||||||
|
|
||||||
oidc:
|
oidc:
|
||||||
issuer_url: "https://auth.sechpoint.app"
|
issuer_url: "https://auth.lohmar.co.uk"
|
||||||
client_id: "nextwks"
|
client_id: "nextwks"
|
||||||
client_secret: ""
|
client_secret: ""
|
||||||
redirect_url: "https://wks.lohmar.co.uk/auth/callback"
|
redirect_url: "https://wks.lohmar.co.uk/auth/callback"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue