Skip to content

Commit 1c3429b

Browse files
committed
remove hardcoded item
1 parent 857a342 commit 1c3429b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/workflow/client-credentials.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ export async function registerClient(
7777

7878
// Find the Client ID for the ProductEnvironment - that will be used to associated the clientRoles
7979

80-
issuer.clientAuthenticator = ClientAuthenticator.ClientCertificate;
81-
8280
// lookup Application and use the ID to make sure a corresponding Consumer exists (1 -- 1)
8381
const client = await new KeycloakClientRegistrationService(
8482
issuerEnvConfig.issuerUrl,

0 commit comments

Comments
 (0)