summaryrefslogtreecommitdiff
path: root/internal/handlers/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/const.go')
-rw-r--r--internal/handlers/const.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/handlers/const.go b/internal/handlers/const.go
index 576327ebe..5c4609b7c 100644
--- a/internal/handlers/const.go
+++ b/internal/handlers/const.go
@@ -60,6 +60,8 @@ const (
// OIDC constants.
const (
+ pathOpenIDConnectWellKnown = "/.well-known/openid-configuration"
+
pathOpenIDConnectJWKs = "/api/oidc/jwks"
pathOpenIDConnectAuthorization = "/api/oidc/authorize"
pathOpenIDConnectToken = "/api/oidc/token" //nolint:gosec // This is not a hard coded credential, it's a path.