client and project in single query

This commit is contained in:
Tim Möhlmann
2023-11-05 13:18:17 +02:00
parent 36baf36877
commit 66f91cdc4e
6 changed files with 173 additions and 48 deletions

View File

@@ -6,6 +6,7 @@ import (
"github.com/zitadel/oidc/v3/pkg/oidc"
"github.com/zitadel/oidc/v3/pkg/op"
"github.com/zitadel/zitadel/internal/crypto"
"github.com/zitadel/zitadel/internal/telemetry/tracing"
)
@@ -13,6 +14,8 @@ type Server struct {
http.Handler
storage *OPStorage
*op.LegacyServer
hashAlg crypto.HashAlgorithm
}
func endpoints(endpointConfig *EndpointConfig) op.Endpoints {