Azman Obsolete? What is the new alternative to Azman?
Asked Answered
D

3

14

Is there a replacement for Azman, that is a new way to apply security. Previously we were using EntLib 3 and used Azman for our security and authorisation. However an article I read about the vision of EntLib 6.0 is to deprecate Security(link below), but there is no alternative specified. May someone please advise what the best method to handle security and authorization is now?

Article

Disclamation answered 9/1, 2013 at 6:50 Comment(0)
G
12

edit: Azman seems deprecated on Windows 2012 R2, see the first link

AzMan itself is NOT deprecated and is available for modern versions of Windows, including Windows Server 2012 and Windows 8. What is deprecated is the EntLib’s Security Application Block which included a wrapper to AzMan. This is aligned with our deprecation approach.

You have several options depending on your upgrade objectives:

  1. Upgrade to EntLib5.0 which still includes the Security Application Block with AzMan wrapper.
  2. Use AzMan directly.
  3. Upgrade to EntLib 6, but take the source of AzMan wrapper from EntLib5.
  4. Use claims-based authorization though that’s a very different model. For more info, I suggest you take a look at this Guide to Claims-Based Identity.
Gaudy answered 19/1, 2013 at 14:7 Comment(2)
Thank you for replying me. I think will go for the Claims-Based Identity, although its a bit misty at the moment. I think it is the best for our scenario because we are using active directory services to manage our users.Disclamation
We are still using Azman even for our new projects. Despite the advent of WIF there is still no direct replacement for AzMan (as far as I am aware) at this time.Radiocommunication
G
1

In terms of migrating to a claims-based approach, have a look at:

Claims : Azman in the new claims-based world.

Note Azman is deprecated as of Windows Server 2012 R2 and may be removed in subsequent versions.

Giraudoux answered 21/4, 2016 at 19:13 Comment(0)
B
0

recovering this question, and kind of stuck. I have a WCF .Net framework 4.0 project that takes advantage of AzMan for authorization purposes.

We are thinking of migrating this project to .Net 6, but we need to keep using some sort of authorization with Active Directory, but AzMan is not an option nowadays.

What is a possible evolution in order to replace azman for this scenario?

Broome answered 30/1, 2023 at 10:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.