aboutsummaryrefslogtreecommitdiff
path: root/profiles/authelia.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profiles/authelia.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/profiles/authelia.nix b/profiles/authelia.nix
index 8a345b2..b5d2c94 100644
--- a/profiles/authelia.nix
+++ b/profiles/authelia.nix
@@ -38,21 +38,6 @@
path = "/var/lib/authelia-main/db.sqlite3";
};
};
- identity_providers.oidc = {
- clients = [
- {
- id = "miniflux";
- description = "Miniflux RSS";
- secret = "$pbkdf2-sha512$310000$OPAy.BbYps2sWTt4Broxbg$uB6QZaHK1n7MHheaWhly/cvnNIw4gZbY.BibTCHvodcRAAggSTUA8rTdjzudaKtJZW7Lm4u0j2C2D1VFmRV2Aw";
- redirect_uris = [ "https://reader.fcuny.net/oauth2/oidc/callback" ];
- scopes = [
- "openid"
- "email"
- "profile"
- ];
- }
- ];
- };
};
};