grav: try dex login

This commit is contained in:
Jonas Gaffke 2024-03-17 15:48:54 +01:00
parent cf49b8dd13
commit ba2f0fb86b
Signed by untrusted user: jonas.gaffke
GPG key ID: 86C8A257C3EC82AB
2 changed files with 8 additions and 3 deletions

View file

@ -75,4 +75,9 @@ in
};
};
};
services.portunus.dex.oidcClients = [{
id = "grav";
callbackURL = "https://ifsr.de/admin/task:callback.oauth2";
}];
}