Skip to content

Microsoft Azure Active Directory B2C Authentication API and User management patterns using Microsoft Graph API.

Notifications You must be signed in to change notification settings

zeestack/msadb2c

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

This project is nestjs based backend API to demonstrate different patterns to authenticate users with Microsoft Azure Active Directory B2C. This project will further extend use cases arround user management in Active Directory with Microsoft Graph API.

Please feel free to use the code for learning more about Azure Active Directory.

Please feel free to contribute if you come accross different patterns using MSAL or user flows. Pull requests are welcome.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

License

Nest is MIT licensed.

About

Microsoft Azure Active Directory B2C Authentication API and User management patterns using Microsoft Graph API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published