mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +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_secret._secret = config.sops.secrets."vouch-proxy/client/secret".path;
|
||||
code_challenge_method = "S256";
|
||||
auth_url = "${authDomain}/ui/oauth2";
|
||||
token_url = "${authDomain}/oauth2/token";
|
||||
user_info_url = "${authDomain}/oauth2/openid/${client_id}/userinfo";
|
||||
auth_url = "https://${authDomain}/ui/oauth2";
|
||||
token_url = "https://${authDomain}/oauth2/token";
|
||||
user_info_url = "https://${authDomain}/oauth2/openid/${client_id}/userinfo";
|
||||
scopes = [ "openid" "email" "profile" ];
|
||||
callback_url = "https://${vouchDomain}/auth";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user