Add code-challenge-method to oauth2-proxy configuration for enhanced security compliance

This commit is contained in:
Danilo Reyes
2025-12-10 04:40:01 -06:00
parent 7ab8789799
commit 451359dc4d

View File

@@ -44,6 +44,7 @@ in
auth-logging = true; auth-logging = true;
session-store-type = "cookie"; session-store-type = "cookie";
skip-provider-button = true; skip-provider-button = true;
code-challenge-method = "S256";
}; };
}; };
}; };