pritam
pritam

Reputation: 43

How can i configure my custom authentication service (developed using Windows Identity Framework) on Azure Active Directory

I have written a custom authentication service using Windows Identity Framework. Currently, I have registered it as Identity Provider on Windows Azure ACS and have configured a couple of relying parties using this identity provider. With Microsoft closing down the ACS, I need to see if ACS can be replaced by Azure AD or Azure AD B2C? I didn't find any straightforward way of doing this. Can anyone provide me with any documentation or share your thoughts on how best I can handle this migration

Upvotes: 1

Views: 123

Answers (1)

Ajay Kadam
Ajay Kadam

Reputation: 256

Azure ACS can be migrated to Azure AD as well as Azure AD B2C. Refer: Migrate from Azure ACS. Consider both the migration plans and follow the best suitable solution.

Upvotes: 1

Related Questions