To get authenticated via Windows Azure ACS; relying party need to obtain a token. Token can be in different formats.
Possible token formats are as below,
SAML 1.1 and SAML 2.0
- It stands for Security Assertion Markup language.
- It is wildly used token format.
- It is used in Single sign on
- It is used in clam based authentication
- it provides a XML schema for token and protocol used in authentication
- SAML version 2.0 was approved as an OASIS Standard in March 2005
- There are two types of schema for SAML
SWT
- It stands for Simple Web Token.
- It works on Simple Web Token specification.
- SWT work on key value pair. All the required information is present in form of encrypted key value pair.
- Key value pairs are relying party specific.
There are few keys which have to be present always in SWT token. They are as below,
Supported Protocols
ACS has to use some protocols to communicate either with the service or web application. Supported protocols are as below
Supported Token Protocols combination
ACS sends tokens over the protocol supported on the token format. Supported token and protocols are as below
Follow @debug_modeIf you find my posts useful you may like to follow me on twitter http://twitter.com/debug_mode or may like Facebook page of my blog http://www.facebook.com/DebugMode.Net If you want to see post on a particular topic please do write on FB page or tweet me about that, I would love to help you.
Leave a Reply