Category Archives: ASP.NET

Krise? Nein! „Service-Orientierung heute und morgen“: 5 Tage volle Power und praktisches Wissen

Sind Sie auch müde, ständig von „Krise“ und „Einschränkungen“ zu lesen? Sind Sie nicht jemand, der sich immer weiter entwickeln möchte und fit für die heutigen Problemstellungen aber auch vorbereitet für zukünftige Herausforderungen sein möchte? Wir haben da was für … Continue reading

Posted in ASP.NET, IdentityModel, WCF | Leave a comment

Client Generated SAML Tokens to Interact with the Access Control Service

I recently wrote about generating SAML tokens at the client. Justin showed a similar approach at Mix to interact with the Access Control Service. Mix recording Blog post

Posted in ASP.NET, IdentityModel, WCF | Leave a comment

Geneva integration into ASP.NET

Geneva is integrated in ASP.NET/IIS using the standard IHttpModule extensibility mechanism. Geneva ships with three HTTP modules: ClaimsPrincipalHttpModule (already wrote about it here). WSFederationAuthenticationModule (implements WS-Federation authentication) SessionAuthenticationModule (implements session authentication) ClaimsPrincipalHttpModule is special – but the other two are … Continue reading

Posted in ASP.NET, IdentityModel | Leave a comment

Get help running a partial SSL website in ASP.NET

A while ago I wrote this article about some of the things to watch out for when securing parts of an application with SSL. Keith used the attached code as part of his work and extended it. Even better he … Continue reading

Posted in ASP.NET | Leave a comment

Federating with Live ID (using the Access Control Service)

There are already a number of ways today how you can federate with the Live ID service (e.g. using the Live ID SDK, OpenID or WS-Federation). Another option would be to use the Access Control Service. I can see a … Continue reading

Posted in ASP.NET, IdentityModel, WCF | Leave a comment

Display Tokens & Geneva

What are display tokens? In short: They allow an STS to pass some or all claims back to the client in a way that the client can read them. This differs from the “real” claims which are part of the … Continue reading

Posted in ASP.NET, IdentityModel, WCF | Leave a comment

LeastPrivilege.IdentityModel2 Preview

I thought as a little X-Mas present – I just zip up the current version of my IdentityModel2 solution and make it available for download here. It is barely tested (besides my own use cases which were the reason why … Continue reading

Posted in ASP.NET, IdentityModel, WCF | Leave a comment

Final Release of InfoCardSelector on Codeplex

For a while I had some updates to the InfoCardSelector ASP.NET control sitting here – thanks to altair we made some minor modifications, nothing critical. I finally uploaded them to Codeplex. However – this will be the last release of … Continue reading

Posted in ASP.NET, IdentityModel | Leave a comment

ASP.NET Security Goodness

A bunch of (ASP.NET) security tools got released over the weekend – highly recommended! Get more info from Mark and Barry. CAT.NET V1 CTP “CAT.NET is a snap-in to the Visual Studio IDE that helps you identify security flaws within … Continue reading

Posted in ASP.NET | Leave a comment

Federating with the .NET Access Control Service

In my previous post I showed how to migrate the .NET Access Control Service SDK “CardSpaceCalculator” sample to Geneva Framework. The way this sample is structured, it allows to authenticate with the InfoCard that is associated with your solution account … Continue reading

Posted in ASP.NET, IdentityModel, WCF | Leave a comment