Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

OpenIDConnect + Graph API maps to authenticate ASP.Net Core and map AzureAD Groups to Role claims (e.g. User.IsInRole("role-name") works).

License

Notifications You must be signed in to change notification settings

breiter/AzureAdConnect-Core

Repository files navigation

AzureAD Authentication for ASP.Net Core

Contains security and authorization middleware to for ASP.Net Core to authenticat agains AzureAD and use the AzureAD Graph API to map Groups in AzureAD to RoleClaims on the Identity of the resulting ClaimsPrincipal.

About

OpenIDConnect + Graph API maps to authenticate ASP.Net Core and map AzureAD Groups to Role claims (e.g. User.IsInRole("role-name") works).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages