Reputation: 43
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
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