Implementing ACS on emulator web application

隐身守侯 提交于 2019-12-14 03:04:31

问题


Can we implement Access Control Service ( ACS ) without Log on into the

Windows Azure Management Portal.Means can we implement ACS on window azure emulator web

application?


回答1:


Access Control Service, the name says it all. This is a service that's being provided by Microsoft which you can use. This means you can have an application hosted on-premises, in the cloud or even in the emulator and it will still work fine with ACS.

Now, if you want to 'run' ACS in the emulator (I think this is what you're asking) then the answer is no. You cannot 'run' ACS in the emulator. I suggest you simply use the real ACS service (even for development) since its very cheap.

If for some reason you can't get an account (maybe Azure is not supported in your country) you could try using the labs environment: https://portal.appfabriclabs.com/Default.aspx (if I'm correct you don't need a credit card to use this).

And since ACS is simply based on standards you could replace it with something else for local development, like the great IdentityServer (supports WS-Trust, WS-Federation, OAuth2, WRAP ...)




回答2:


The Windows Azure Platform Training Kit (Course) shows how to develop using ACS in the Compute Emulator.



来源:https://stackoverflow.com/questions/11602428/implementing-acs-on-emulator-web-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!