Skip to content

Commit

Permalink
chore(kanidm): update orignUrls
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Dec 3, 2024
1 parent da58ba8 commit c92429c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/services/selfhosted/kanidm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ in
systems.oauth2 = {
grafana = {
displayName = "Grafana";
originUrl = "https://${cfg'.grafana.domain}/";
originUrl = "https://${cfg'.grafana.domain}/login/generic_oauth";
originLanding = "https://${cfg'.grafana.domain}/";
basicSecretFile = config.age.secrets.kanidm-oauth2-grafana.path;
preferShortUsername = true;
Expand All @@ -136,7 +136,7 @@ in

forgejo = {
displayName = "Forgejo";
originUrl = "https://${cfg'.forgejo.domain}/";
originUrl = "https://${cfg'.forgejo.domain}/user/oauth2/kanidm/callback";
originLanding = "https://${cfg'.forgejo.domain}/";
basicSecretFile = config.age.secrets.kanidm-oauth2-forgejo.path;
scopeMaps."forgejo.access" = [
Expand Down

0 comments on commit c92429c

Please sign in to comment.