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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 …)