Browse by Tags
All Tags »
Access Control Service (
RSS)
Today I tried to put up simple ASP.NET MVC application to DiscountASP shared hosting. It all started well but ended with most strange security and server architecture I’ve ever seen. I don’t want to insult them but it is really shocking and unexpected...
Last Christmas I blogged about how to make ASP.NET MVC users authorized only if they have profiles created . This works well on public sites where everybody can be user. Sometimes we don’t want to let all users to our system even when they were correctly...
Programming Windows Identity Foundation by Vittorio Bertocci is right now the only serious book about Windows Identity Foundation available. I started using Windows Identity Foundation when I made my first experiments on Windows Azure AppFabric Access...
I am building ASP.NET MVC application that uses external services to authenticate users. For ASP.NET users are fully authenticated when they are redirected back from external service. In system they are logically authenticated when they have created user...
If you are using AppFabric Access Control Services to authenticate users when they log in to your community site using Live ID, Google or some other popular identity provider, you need more than AuthorizeAttribute to make sure that users can access the...
In my last posting about AppFabric Labs Access Control Service I described how to get your ASP.NET MVC application to work with ACS . In this posting I will dig deeper into tokens and claims and provide you with some helper methods that you may find useful...
I had Windows Azure training this week and I tried out how easy or hard it is to get Access Control Service to work with my ASP.NET MVC 3 application. It is easy now but it was not very easy to get there. In this posting I will describe you what I did...
More Posts