fix: headscale: remove trailing slash from OIDC issuer url

main
LeRoyce Pearson 2024-01-09 18:19:39 -07:00
parent fc95fa8caa
commit 92d7f6b513
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@
}; };
oidc = { oidc = {
issuer = "https://dex.samsehu.perli.casa/"; issuer = "https://dex.samsehu.perli.casa";
client_id = "headscale"; client_id = "headscale";
client_secret_path = config.age.secrets.OIDC_APP_SECRET_HEADSCALE.path; client_secret_path = config.age.secrets.OIDC_APP_SECRET_HEADSCALE.path;
scope = [ "openid" "profile" "email" ]; scope = [ "openid" "profile" "email" ];