We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857a342 commit 1c3429bCopy full SHA for 1c3429b
src/services/workflow/client-credentials.ts
@@ -77,8 +77,6 @@ export async function registerClient(
77
78
// Find the Client ID for the ProductEnvironment - that will be used to associated the clientRoles
79
80
- issuer.clientAuthenticator = ClientAuthenticator.ClientCertificate;
81
-
82
// lookup Application and use the ID to make sure a corresponding Consumer exists (1 -- 1)
83
const client = await new KeycloakClientRegistrationService(
84
issuerEnvConfig.issuerUrl,
0 commit comments