mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-16 00:18:59 +00:00
hosts/plover: fix Vouch proxy settings
This commit is contained in:
parent
3e8987d26e
commit
680ec43428
@ -33,9 +33,9 @@ in
|
|||||||
client_id = "vouch";
|
client_id = "vouch";
|
||||||
client_secret._secret = config.sops.secrets."vouch-proxy/client/secret".path;
|
client_secret._secret = config.sops.secrets."vouch-proxy/client/secret".path;
|
||||||
code_challenge_method = "S256";
|
code_challenge_method = "S256";
|
||||||
auth_url = "${authDomain}/ui/oauth2";
|
auth_url = "https://${authDomain}/ui/oauth2";
|
||||||
token_url = "${authDomain}/oauth2/token";
|
token_url = "https://${authDomain}/oauth2/token";
|
||||||
user_info_url = "${authDomain}/oauth2/openid/${client_id}/userinfo";
|
user_info_url = "https://${authDomain}/oauth2/openid/${client_id}/userinfo";
|
||||||
scopes = [ "openid" "email" "profile" ];
|
scopes = [ "openid" "email" "profile" ];
|
||||||
callback_url = "https://${vouchDomain}/auth";
|
callback_url = "https://${vouchDomain}/auth";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user