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