feat(vouch): switch to keycloak

This commit is contained in:
arcnmx 2024-03-18 15:34:25 -07:00
parent 88477df521
commit b9cb9dc54d
5 changed files with 38 additions and 18 deletions

View file

@ -21,7 +21,7 @@
};
authUrl = mkOption {
type = str;
default = "https://id.${networking.domain}";
default = "https://sso.${networking.domain}/realms/${networking.domain}";
};
url = mkOption {
type = str;