mwoloski

Stories kicked by mwoloski

Claims based Authentication & Authorization: The Guide(blogs.southworks.net)

submitted by mwoloskimwoloski(160) 2 years, 9 months ago

Eugenio announced yesterday the kickoff of a new guide from patterns & practices in which I’m collaborating: Claims based Authentication & Authorization Guide. This is not a new topic as Eugenio suggests in his blog, but it’s getting more and more attention because: •Technology is more mature, hence it’s easier to implement claim-based identity •Enterprises are failing to control the amount of different identity repositories, leading to higher provisioning/deprovisioning costs, security problems, etc. •End users want simpler user experiences and less passwords •The cloud makes all these even more challenging ... read more...

add a comment |category: |Views: 137

tags: another

Getting a token from ADFS (ex Geneva Server) using WCF(blogs.southworks.net)

submitted by mwoloskimwoloski(160) 2 years, 10 months ago

I’ve been doing some tests to get a token from ADFS (Geneva Server) using Windows Identity Foundation WSTrustClient. In this case we are using the UserNameMixed endpoint that expects a WS-Security UsernameToken (notice the MessageCredentialType.UserName). .... read more...

add a comment |category: |Views: 79

tags: another

OpenID – WS-Fed Protocol Transition STS(blogs.southworks.net)

submitted by mwoloskimwoloski(160) 2 years, 10 months ago

I will go straight to the point in this post. This is a possible architecture if you want to allow OpenID authentication in a claims-aware WS-Federation-compatible web application. In this architecture there are three actors... read more...

add a comment |category: |Views: 12

tags: another

.NET Service Bus – Remote Desktop over Firewalls!(blogs.southworks.net)

submitted by mwoloskimwoloski(160) 2 years, 10 months ago

Today was holiday in Argentina but I had to work on some pending stuff (yeah, lucky me). I didn’t want to travel to the office but I had to access a SQL Server that was hosted at Southworks LAN and we don’t have inbound ports open to connect to our workstations through RDP (port 3389). So…. the .Net Service Bus came to the rescue! Last week David Aiken told me about this cool project hosted on codeplex http://socketshifter.codeplex.com. He told me “these people are streaming video over the service bus”… ... read more...

add a comment |category: |Views: 36

tags: another

Drink the red token – debug your claims-aware apps(blogs.southworks.net)

submitted by mwoloskimwoloski(160) 2 years, 10 months ago

Another identity development widget brought to you by Vittorio’s team. This time it’s a very tiny control called SecurityTokenVisualizer that helps debugging claims-aware web applications. But the thing I like of this control is that it can also be used as a teaching tool, very useful for demos by the way. Last week we “dogfooded” it during the Iteration Review of an identity-related project and the audience made the click when we expanded the red small pentagon that shows the behind the scenes... read more...

add a comment |category: |Views: 9

tags: another

ASP.NET control for claims-aware apps(blogs.southworks.net)

submitted by mwoloskimwoloski(160) 2 years, 10 months ago

Vittorio just announced it in his blog… we helped writing an experiment of raising the level of abstraction to work against claims. We created a server control that allows you to work with claims. There are three types of expression: Claim Value: set the value of a property with the value of a specified claim type ... read more...

add a comment |category: |Views: 16

tags: another

How To: Integrate a Prism v2 application with the Silverlight 3 Naviga(blogs.southworks.net)

submitted by mconvertimconverti(120) 2 years, 10 months ago

This articles provides an overview of the things that should be taken into account to use the Silverlight 3 Navigation Framework in a Prism v2 application, as well as the limitations / issues that you could come up with during the integration. read more...

add a comment |category: |Views: 154

tags: another

Live Smooth Streaming: Retrieving the configuration settings via code(blogs.southworks.net)

submitted by ejadibejadib(185) 2 years, 10 months ago

In my previous post, I explained how the Microsoft.Web.Administration API of IIS7 helped us to manage the Live Smooth Streaming Publishing Points programmatically. In this post I’m going to show you how, using the same API, you can retrieve the Live Smooth Streaming configuration settings. read more...

add a comment |category: |Views: 84

tags: another

Optional Checkable Tree View Control for .NET Compact Framework 3.5 (blogs.southworks.net)

submitted by mconvertimconverti(120) 2 years, 10 months ago

Article that shows a custom control for .NET Compact Framework that extends the default TreeView to create optional checkable nodes read more...

add a comment |category: |Views: 144

tags: another

Composite Application Guidance (Prism-v2) sample application using Sil(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 10 months ago

Sample app showing SL 3 Child Window with Prism-v2 read more...

add a comment |category: |Views: 185

tags: another

How to: Drag and Drop Silverlight Views between Regions in Prism-v2(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 11 months ago

This blog post explains how to drag and drop SL views between regions in Prism. It also provides a code sample. read more...

add a comment |category: |Views: 258

tags: another

WebBrowser control Quickstart for Prism-v2(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 11 months ago

WPF demo application using Prism-v2 that shows both way interaction between different modules of the application and different WPF WebBrowser controls. read more...

add a comment |category: |Views: 112

tags: another

How to: Drag and Drop WPF Views between Regions in Prism-v2(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 11 months ago

This article explains how to drag and drop views between regions in Prism-v2. read more...

add a comment |category: |Views: 77

tags: another

Commands with Attached Behavior for Silverlight 3 DataForm(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 11 months ago

Article that explains how to implement commands using Attached Behaviors in Silverlight 3. As an example it uses the DataForm control. read more...

add a comment |category: |Views: 327

tags: another

Putting Prism-v2 extensibility to test. The standalone Silverlight Eve(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 11 months ago

This article explains how to decouple the Silverlight Event Aggregator from the Prism-v2 CAL into a different assembly. read more...

add a comment |category: |Views: 9

tags: another

Prism-v2 Reference Implementation migrated to Silverlight 3 with Out-O(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 11 months ago

This blog post explains the steps to use Prism-v2 RI with SL3 and offline capabilities. read more...

add a comment |category: |Views: 44

tags: another