Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damienbod/azurepim
ASP.NET Core with Microsoft Entra Privileged Identity Management (PIM) and Microsoft Entra security groups
https://github.com/damienbod/azurepim
aspnetcore azuread ca dotnet entra microsoft pim
Last synced: 4 months ago
JSON representation
ASP.NET Core with Microsoft Entra Privileged Identity Management (PIM) and Microsoft Entra security groups
- Host: GitHub
- URL: https://github.com/damienbod/azurepim
- Owner: damienbod
- License: mit
- Created: 2023-05-09T16:03:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T11:27:37.000Z (5 months ago)
- Last Synced: 2024-10-06T09:38:58.105Z (4 months ago)
- Topics: aspnetcore, azuread, ca, dotnet, entra, microsoft, pim
- Language: C#
- Homepage: https://damienbod.com/2023/05/15/use-azure-pim-with-groups-in-asp-net-core/
- Size: 914 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microsoft Entra Privileged Identity Management (PIM)
[![.NET](https://github.com/damienbod/AzurePim/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/AzurePim/actions/workflows/dotnet.yml)
[Use Microsoft Entra PIM with groups in ASP.NET Core](https://damienbod.com/2023/05/15/use-azure-pim-with-groups-in-asp-net-core/)
## History
- 2024-08-14 Updated packages
- 2024-06-22 Updated packages
- 2023-11-28 Updated .NET 8F
- 2023-11-03 Updated packages## Links
https://learn.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pim-configure
https://learn.microsoft.com/en-us/azure/active-directory/privileged-identity-management/groups-role-settings
https://joshua-lucas.com/just-in-time-conditional-access-with-azure-ad-pim/