From c97ef8a464cf5232768d51150ceb43bf9afa522f Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Mon, 4 May 2020 14:11:39 +0200 Subject: [PATCH] add todo comment --- pkg/middleware/openidconnect.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/middleware/openidconnect.go b/pkg/middleware/openidconnect.go index f77234053..ca1650898 100644 --- a/pkg/middleware/openidconnect.go +++ b/pkg/middleware/openidconnect.go @@ -58,6 +58,7 @@ func OpenIDConnect(opts ...ocisoidc.Option) M { path := r.URL.Path // void call for testing purposes. + // TODO: Add uuid to the request context for the next handler. uuidFromClaims(ocisoidc.StandardClaims{}) // Ignore request to "/konnect/v1/userinfo" as this will cause endless loop when getting userinfo