diff options
Diffstat (limited to 'internal/handlers/const.go')
| -rw-r--r-- | internal/handlers/const.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/handlers/const.go b/internal/handlers/const.go index c24f066cb..8d3ec9fc4 100644 --- a/internal/handlers/const.go +++ b/internal/handlers/const.go @@ -68,6 +68,7 @@ const ( oidcTokenPath = "/api/oidc/token" //nolint:gosec // This is not a hard coded credential, it's a path. oidcIntrospectPath = "/api/oidc/introspect" oidcRevokePath = "/api/oidc/revoke" + oidcUserinfoPath = "/api/oidc/userinfo" // Note: If you change this const you must also do so in the frontend at web/src/services/Api.ts. oidcConsentPath = "/api/oidc/consent" |
