Socket
Socket
Sign inDemoInstall

azure-app-proxy-manager

Package Overview
Dependencies
63
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    azure-app-proxy-manager


Version published
Weekly downloads
24
increased by500%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

azure-app-proxy-manager

This tool allows you to manage Azure AD Application Proxy applications from a YAML file. It is based on the Configure Application Proxy using the Microsoft Graph API tutorial by Microsoft.

Its goal is to allow you to completely manage your application proxy applications in a declarative way.

Prerequisites

  • Azure AD Premium P1 or P2 license.
  • Application administrator role or Directory.ReadWrite.All Graph API permission.
  • Azure CLI
  • Node.js 18 or higher
  • Yarn

Installing app proxy

See Azure Active Directory Application Proxy Implementation

Configuring app proxy

Create a YAML file with your applications in it. See the sample to get started.

yarn dlx azure-app-proxy-manager --config apps.yaml

apps.yaml schema

There is a JSON schema provided at apps.schema.json This is the quickest and easiest way to configure an app with autocompletion and documentation on the properties.

IDE Configuration:

Features to be implemented

  • Blog

Contributing

You can run this locally with:

yarn install
yarn build
yarn node --enable-source-maps lib/main.js --config apps.yaml

Tests

Login to Azure with an account that has the Application Administrator role in the tenant. It's recommended you use a sandbox tenant (e.g. E5 SANDBOX) for this.

Then run:

yarn test

Releases

Code pushed to the main branch is not published as a new release by default. Once your Pull Request has been merged, draft a new release. Once the release is published a Github Action is triggered to push the latest version to NPM.

FAQs

Last updated on 23 Jan 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc