Blogs @ IRM

Welcome to Blogs @ IRM Sign in | Join | Help
in Search

Browse by Tags

All Tags » Security Token Service   (RSS)
  • Claims on the Client …

    … is the title of a great post by Vibro that can be found here. This is an important subject and in all project where I have used claims and STS I also wanted the claims on the client. When cracking my own STS (before WIF) I always used the display token to get them from the identity provider (IP, aka the STS) so that seems to be in the line with ...
    Posted to Eric's Blog (Weblog) by ericqu on maj 8, 2010
  • RC for Windows Identity Framework (Geneva)

    Windows Identity Framework (known as Geneva) has now been released as a release candidate (RC). This is great and will have a big impact on how identity and some other security related parts of your applications will be implemented. If yu haven’t started use claims yet, now is the time to do some reading to catch up and shift yuor mind. Vibro’s ...
    Posted to Eric's Blog (Weblog) by ericqu on november 8, 2009
  • Geneva Beta 2

    Beta 2 of Microsoft Code Name “Geneva” is available to download. More info here.
    Posted to Eric's Blog (Weblog) by ericqu on maj 22, 2009
  • Using a STS for REST Active Clients

    On thursday, me and Herbjörn, will be presenting at IASA’s event ITARC09 (swedish) about cloud computing. The subject is about how to handle Identity and Single-Sign-On when moving applications and services to the cloud. Of course we will cover a lot about Security Token Service (STS), claims and so on, but one slide that we had to cut was about ...
    Posted to Eric's Blog (Weblog) by ericqu on mars 9, 2009
  • Setting Security Properties on Certificates

    When deploying solutions that contains a Security Token Service (STS) you will probably have to set the security properties of the private key of the certificates that are used to sign and encrypt the messages. It can be very difficult to find the file though, but luckily there is a resource tool for this specific purpose that can be downloaded at ...
    Posted to Eric's Blog (Weblog) by ericqu on december 14, 2008
  • PDC08 Reflections

    So PDC is over for this time, but PDC 2009 is already announced, so we might not need to wait three years to the next. In this post I will try to summaries a great week. Windows Azure I think this announment was expected, but I must say that the first impression is that it seems quite complete. After having the head spinning for a while I can ...
    Posted to Eric's Blog (Weblog) by ericqu on november 3, 2008
  • PDC08: "Geneva"

    Geneva is the code name of Microsoft's identity framework (and it replaces Zermatt for those of you who have read about that). Geneva is actually three things: Geneva Framework. Geneva Server a security token service (STS), also the next version of ADFS. Windows CardSpace "Geneva", formely known as CardSpace 2. The Geneva ...
    Posted to Eric's Blog (Weblog) by ericqu on november 2, 2008
  • PDC08: "Dublin" and .NET Services: Extending On-Premises Applications to The Cloud

    Finally BizTalk Services is not containing BizTalk in its official name anymore, but that is now called Microsoft .NET Services. "Dublin" is the code-name for Windows Application Server Extensions and contians part that was originally in the "Oslo" vision. (Side note: "Oslo" is now only the modelling). As you might ...
    Posted to Eric's Blog (Weblog) by ericqu on oktober 27, 2008
  • Authorization Claims

    When creating my WCF version of a Security Token Service, I also created a flexible way to add claims to the security token by basing that functionallity on the provider model. One of the providers I created, issues authorization claims that gives you access (for example ReadOwn, Read, Create, UpdateOwn, Update and so on) to tasks (or replace task ...
    Posted to Eric's Blog (Weblog) by ericqu on juli 21, 2008
  • Why Is Cardspace More Secure?

    I have recently got questions about why Cardspace is more secure than username/password. Of course Michele Leroux Bustamante (dasBlonde, ThatIndigoGirl) has a great post covering this which is a must read for everyone and a lot better than my clumsy attempts to explain.
    Posted to Eric's Blog (Weblog) by ericqu on april 11, 2008
  • Open Source STS for Information Cards

    Dominick Baier blogs about his, Barry Dorrans and David Christiansen SharpSTS for Information Cards (Cardspace).
    Posted to Eric's Blog (Weblog) by ericqu on mars 22, 2008
  • Manually Issue a SAML token

    In my requirements for the STS implementation I wanted to be able to use the SAML token in the client and I also wanted to log in the user against the STS when the user logs in through the GUI and not when the first call to a service is made. To be able to fulfill this I need to manually issue a SAML token and set the token to my custom principal ...
    Posted to Eric's Blog (Weblog) by ericqu on januari 30, 2008
  • Use the SAML Token in the Client

    By using the SAML token in the client, it is possible to set up the principal and identity objects also on the client side, which will make it possible for the client to also ask for if a user belongs to a certain role and so on. The problem though is that the client cannot deserialize the SAML token if not using asymmetric key pairs. I first ...
    Posted to Eric's Blog (Weblog) by ericqu on januari 28, 2008
  • Let the SAML Token Flow

    This post continues where the last one left off. We now have a SAML token that is re-serializable, which is good, because that will make it possible to use the same SAML token when calling a second business service from the first one. We could also easily check if we have a SAML token available by casting the current principal object to an ...
    Posted to Eric's Blog (Weblog) by ericqu on december 18, 2007
  • Re-Serialize SAML Token

    When creating many services in SOA it's a common scenario that you need the SAML token to flow from one business service to another. The first issue that you will bump into when trying to enable this is that the SamlAssertion class in .NET 3.0 is not re-serializable, but it's fixed in the .NET 3.5. Fortunately there is a really good post ...
    Posted to Eric's Blog (Weblog) by ericqu on december 14, 2007
  • Exposing the SAML Token to the Business Logic

    When a business service receives a SAML token, WCF will extract the SAML attributes (containing the information) as claims and make it available as a ClaimSet that can be reached through the AuthorizationContext. This not the way I would like my business logic to work with the information available in the SAML token though, because that will thigh ...
    Posted to Eric's Blog (Weblog) by ericqu on december 11, 2007
  • WCF Security Architecture

    It will probably be easier to follow my upcoming posts about how I have enabled my requirements of the STS in WCF if you have a good understanding of the security architecture of WCF. This is a good starting point if you don't have that understanding.
    Posted to Eric's Blog (Weblog) by ericqu on december 11, 2007
  • WCF Security Token Service (STS)

    Almost three years ago I started to think in the terms of having an infrastructure service to handle security like verifying users, getting which roles they belong to and so on. Back then it was WSE 3 in a beta and no information available on the Internet (that I could find anyway). I had heard of WS-Trust and I had also seen a sample on an event ...
    Posted to Eric's Blog (Weblog) by ericqu on december 4, 2007
  • Why Security Token Service?

    A Security Token Service (STS) is a web service that issues security tokens. A security token can be used for encrypting and signing messages, and it can be used to carry information about a user (claims). One common security token in a windows environment is a Kerberos Security Token that carries information about the current windows user. ...
    Posted to Eric's Blog (Weblog) by ericqu on november 21, 2007
  • TechEd: ADFS "2"

    First session today was titled ''Securing ASP.NET and Windows Communication Foundation (WCF) Applications with Windows Cardspace'' by Vittorio Bertocci, but it actually was covering ADFS ''2''. ADFS is Active Directory Federation Services and is part of the Windows Server 2003 R2. What ADFS really is, is a Security Token Service (STS), so ...
    Posted to Eric's Blog (Weblog) by ericqu on november 8, 2007
Powered by Community Server, by Telligent Systems