mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 11:08:06 +00:00
fix deployment using client_id (#898)
This commit is contained in:
@ -438,7 +438,7 @@ class Client:
|
||||
% onefuzz_client.config.tenant_id
|
||||
)
|
||||
self.cli_config = {
|
||||
"client_id": onefuzz_cli_app.client_id,
|
||||
"client_id": onefuzz_cli_app.app_id,
|
||||
"authority": authority,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user