1
votes

I've a WCF service hosted at internal domain with AZMan role provider. All works great.

We would like to take the same approach of authorization in Azure as well. Could anyone please tell me whether Azman is supported in Azure. If not, what are options for ROLE BASED AUTHORIZATION WCF Services in AZURE.

Thank you

1

1 Answers

0
votes

Azman is not supported natively in Azure - it is heavily COM-based. You would need to use Azure ACS (Access Control Services). You could tie this into your on-premise AzMan provider if you used the Azure Service Bus Relay and created some services above AzMan. Both the Service Bus and Access Control components are part of the Azure AppFabric SDK.