Socket
Book a DemoInstallSign in
Socket

@salto-io/microsoft-security-adapter

Package Overview
Dependencies
Maintainers
0
Versions
732
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@salto-io/microsoft-security-adapter

Salto Microsoft Security adapter

unpublished
latest
Source
npmnpm
Version
0.5.2
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

Microsoft Security adapter

Microsoft Security adapter for salto.io

Supports Microsoft Entra ID service & Microsoft Intune service, using the Microsoft Graph API.

Authentication is done using OAuth2.0. For more information see specific-cli-options.md

Configure your account for OAuth authentication

  • Register an app in your Entra Admin Center by following this guide. Under the Redirect URI section please select 'Web' and set the redirect URI to http://localhost:PORT, where PORT is a port you will use to authenticate.
  • Add a client secret to your app by following this guide.
  • Assign the following roles to the user you will use to authenticate. Without these roles, you will still be able to authenticate, but you will not be able to access/modify some of the data.
    • Global Administrator
    • Attribute Definition Administrator.
    • One of the following roles: Conditional Access Administrator, Security Administrator, Security Reader.
    • One of the following roles: Global Reader, Authentication Administrator, Privileged Authentication Administrator.
    • Authentication Policy Administrator.

For the authentication you will need the Tenant ID, Client ID and Client Secret, which are all available in the Overview section of the app you registered in the Entra Admin Center.

FAQs

Package last updated on 10 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts