Monthly Archives: November 2012

Photography: Dettifoss, Iceland

Dettifoss, taken from my blurb book.  

Posted in Photography | Leave a comment

Time-Lapse: Sunset at Skalavik, Iceland

Time-lapse recording of a remarkable evening.   Sunset at Skalavik, Iceland from Dominick Baier on Vimeo.

Posted in Photography | Leave a comment

Switching to ReferenceMode in ASP.NET 4.5

As a follow up to this post – things have changed a little bit in .NET 4.5. SessionMode is now called ReferenceMode (which is less confusing), and mechanics are slightly different now. When creating session security tokens manually, you can … Continue reading

Posted in ASP.NET, IdentityModel | 10 Comments

Photography: Skógafoss, Iceland

Skógafoss (63°31’47” N 19°30’52” W) Taken from “Iceland in Black and White” (blurb)

Posted in Photography | Leave a comment

Photography: Westfjords, Iceland

Westfjords (approx. 65°51’21” N 23°19’37” W) Taken from “Iceland in Black and White” (blurb)

Posted in Photography | Leave a comment

WCF and Identity in .NET 4.5: External Authentication with WS-Trust

overview scenarios accessing claims windows authentication username authentication client certificate authentication A typical configuration for a WCF service that uses a WS-Trust security token service would be this: <system.serviceModel>   <services>       <service name=“Common.ClaimsService“>       <endpoint address=“wstrust“                 binding=“ws2007FederationHttpBinding“ … Continue reading

Posted in IdentityModel, WCF | 40 Comments

Iceland in Black and White

I’ve been travelling to Iceland for the past four years…and now I have compiled a selection of my favourite black/white images into a book and gallery. Have fun! The book: http://www.blurb.com/bookstore/detail/3724722 The gallery: https://plus.google.com/photos/102542278927329427185/albums/5811117737645495105/5811117736793060146 Additional time lapse video: https://vimeo.com/44185349

Posted in Photography | 2 Comments

A Day of Identity and Access Control at DevWeek 2013

http://www.devweek.com/ In addition to the break out sessions – Brock and I will do a full day workshop on identity & access control – see you there!

Posted in Conferences & Training, IdentityModel | 1 Comment

Identity & Access Control in ASP.NET 4.5

My 2nd course for PluralSight is now online! Identity & Access Control in ASP.NET 4.5 Have fun!

Posted in .NET Security, ASP.NET, Conferences & Training, IdentityModel, IdentityServer | 12 Comments

OAuth2 in Thinktecture IdentityServer v2: Using the Implicit Flow with Windows Store Clients

WinRT has built-in support for the “browser control/redirect” sign-in mechanism that is used in OAuth2 implicit flow. The API for that is called the WebAuthenticationBroker and using it has some advantages, e.g. Give the user a consistent interface for entering … Continue reading

Posted in IdentityModel, IdentityServer, OAuth, WebAPI | 6 Comments