devdeer.Libraries.AspNetCore.AzureAuthorized
1.1.5
See the version list below for details.
dotnet add package devdeer.Libraries.AspNetCore.AzureAuthorized --version 1.1.5
NuGet\Install-Package devdeer.Libraries.AspNetCore.AzureAuthorized -Version 1.1.5
<PackageReference Include="devdeer.Libraries.AspNetCore.AzureAuthorized" Version="1.1.5" />
paket add devdeer.Libraries.AspNetCore.AzureAuthorized --version 1.1.5
#r "nuget: devdeer.Libraries.AspNetCore.AzureAuthorized, 1.1.5"
// Install devdeer.Libraries.AspNetCore.AzureAuthorized as a Cake Addin #addin nuget:?package=devdeer.Libraries.AspNetCore.AzureAuthorized&version=1.1.5 // Install devdeer.Libraries.AspNetCore.AzureAuthorized as a Cake Tool #tool nuget:?package=devdeer.Libraries.AspNetCore.AzureAuthorized&version=1.1.5
devdeer.Libraries.AspNetCore.AzureAuthorized
Disclaimer
If you want to use this package you should be aware of some principles and practices we at DEVDEER use. So be aware that this is not backed by a public repository. The purpose here is to give out customers easy access to our logic. Nevertheless you are welcome to use this lib if it provides any advantages.
Summary
This package is used to provide ready-to use Azure AD authorization based on AAD-security-group membership.
Usage
TODO
About DEVDEER
DEVDEER is a company from Magdeburg, Germany which is specialized in consulting, project management and development. We are very focussed on Microsoft Azure as a platform to run our products and solutions in the cloud. So all of our backend components usually runs in this environment and is developed using .NET. In the frontend area we are using react and a huge bunch of packages to build our UIs.
You can find us online:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- devdeer.Libraries.Azure.ActiveDirectory (>= 4.4.2)
- Microsoft.AspNetCore.Authorization (>= 7.0.5)
- Microsoft.Extensions.Configuration.Binder (>= 7.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.2.2 | 112 | 10/27/2024 |
6.2.1 | 180 | 10/12/2024 |
6.2.0 | 102 | 10/3/2024 |
6.1.11 | 330 | 8/23/2024 |
6.1.10 | 398 | 6/27/2024 |
6.1.9 | 205 | 6/18/2024 |
6.1.8 | 310 | 6/12/2024 |
6.1.7 | 80 | 6/12/2024 |
6.1.6 | 89 | 6/12/2024 |
6.1.5 | 82 | 6/12/2024 |
6.1.4 | 80 | 6/12/2024 |
6.1.3 | 86 | 6/12/2024 |
6.1.2 | 88 | 6/12/2024 |
6.1.1 | 93 | 6/12/2024 |
6.1.0 | 95 | 6/12/2024 |
6.0.3 | 391 | 5/29/2024 |
6.0.2 | 104 | 5/29/2024 |
6.0.1 | 126 | 5/28/2024 |
6.0.0 | 119 | 5/24/2024 |
5.0.0 | 154 | 5/14/2024 |
4.0.6 | 295 | 4/19/2024 |
4.0.4 | 224 | 3/11/2024 |
4.0.3 | 297 | 3/9/2024 |
4.0.2 | 162 | 2/18/2024 |
4.0.1 | 402 | 1/18/2024 |
4.0.0 | 330 | 12/10/2023 |
3.0.7 | 212 | 10/29/2023 |
3.0.6 | 120 | 10/29/2023 |
3.0.5 | 150 | 9/27/2023 |
3.0.4 | 185 | 9/14/2023 |
3.0.3 | 156 | 9/14/2023 |
3.0.2 | 218 | 9/8/2023 |
3.0.1 | 148 | 9/7/2023 |
3.0.0 | 284 | 8/18/2023 |
2.1.1 | 353 | 8/15/2023 |
2.1.0 | 434 | 8/15/2023 |
2.0.1 | 707 | 5/29/2023 |
2.0.0 | 477 | 5/24/2023 |
1.1.7 | 1,319 | 5/24/2023 |
1.1.6 | 423 | 5/23/2023 |
1.1.5 | 441 | 5/21/2023 |
1.1.4 | 437 | 5/21/2023 |
1.1.3 | 439 | 4/15/2023 |
1.1.2 | 203 | 4/15/2023 |
1.1.1 | 212 | 4/15/2023 |
1.1.0 | 199 | 4/15/2023 |
1.0.3 | 220 | 4/15/2023 |
1.0.2 | 247 | 4/12/2023 |
1.0.0-beta | 202 | 4/12/2023 |
- Added new option for required claims.
- Fixed issue with missing return.
- Added logging to the handler.
- Nuget updates