Refactor: replace appId with clientId in authentication client creation
This commit is contained in:
@@ -10,7 +10,7 @@ if (config.clientSecret) {
|
||||
// Create the client
|
||||
const credential = new ClientSecretCredential(
|
||||
config.tenantId,
|
||||
config.appId,
|
||||
config.clientId,
|
||||
config.clientSecret,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user