Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 834 Bytes

File metadata and controls

24 lines (15 loc) · 834 Bytes

Microsoft Security CLI options

Non interactive Login Parameters

This adapter does not support non-interactive login. You can only authenticate using the OAuth2.0 flow.

OAuth2.0 Login Parameters

First, please make sure your account is set up for OAuth2.0 authentication. See the OAuth2.0 configure your account section in the main README.

Supported parameters are:

  • tenantId
  • clientId
  • clientSecret
  • port - the port you've set in the redirect URI

All the first three parameters are available in the app overview page for the app you've registered in the Entra Admin Center.

Example

salto account add -a oauth microsoft_security --login-parameters tenantId=SomeTenantId clientId=SomeClientId clientSecret=SomeClient port=SomePort