Socket
Socket
Sign inDemoInstall

@golemio/azure-ad-auth

Package Overview
Dependencies
90
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @golemio/azure-ad-auth

Golemio Azure AD library


Version published
Weekly downloads
0
decreased by-100%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

oict golemio

@golemio/azure-ad-auth

pipeline coverage license

Installation · Documentation

This module contains azure active directory authentication logics and is intended for use with Golemio services. It provides azure active directory auth

Prerequisites

Installation

Install all npm modules:

npm install

Compilation of typescript code

To compile typescript code into js one-time

npm run build

or run this, to watch all changes

npm run build-watch

from the application's root directory.

Usage

The APIs may be unstable. Therefore, we recommend to install this module as an exact version.

# Latest version
npm install --save --exact @golemio/azure-ad-auth@latest

# Development version
npm install --save --exact @golemio/azure-ad-auth@dev

Create tenant whitelist config:

cp config/tenant-whitelist.default.json config/tenant-whitelist.json

Set environment variables

export AZURE_CLOUD_INSTANCE="https://login.microsoftonline.com"
export AZURE_TENANT_ID="..."
export AZURE_CLIENT_ID="..."
export AZURE_CLIENT_SECRET="..."
export REDIRECT_URL="..."
export BASE_URL="..."

Then import module, e.g.

import { authRouter, singleTenantRouter, multiTenantRouter } from "@golemio/azure-ad-auth";

PoC

  • Source code of sample application can be found in example folder, please see README.md

Contribution guidelines

Please read CONTRIBUTING.md.

Troubleshooting

Contact vyvoj@operatorict.cz

Keywords

FAQs

Last updated on 10 Oct 2023

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