feat: Enhance NetID OAuth integration with token validation and configuration options

This commit is contained in:
Christian Krakau-Louis
2025-04-15 16:17:29 +02:00
parent 6d796c95ff
commit ee30b88f91
4 changed files with 57 additions and 2 deletions
+2
View File
@@ -66,6 +66,8 @@ AUTHENTIK_CONFIG_URL=https://authentik.example.com/application/o/leagueledger/.w
# NetID
NETID_CLIENT_ID=leagueledger-netid-client
NETID_CLIENT_SECRET=netid-client-secret-abcdef1234567890
NETID_TOKEN_SIGNING_ALG=RS256
NETID_VALIDATE_TOKENS=true
# Feature Flags
ENABLE_REGISTRATION=True