[Sample Of July 1st] How to request a Token from Azure ACS via the OAuth v2 Protocol

 

image image
image

Sample Download : https://code.msdn.microsoft.com/How-to-request-a-Token-5e37c6bf

When your web applications and services handle authentication using ACS, the client must obtain a security token issued by ACS to log in to your application or service. In order to obtain this ACS-issued token (output token), the client must either authenticate directly with ACS or send ACS a security token issued by its identity provider (input token). ACS validates this input security token, processes the identity claims in this token through the ACS rules engine, calculates the output identity claims, and issues an output security token.

 This topic describes the methods of requesting a token from ACS via the OAuth V2 protocol. All token requests via the OAuth V2protocol are transmitted over SSL. ACS always issues a Simple Web Token (SWT) via the OAuthV2 protocol, in response to a correctly formatted token request. All token requests via the OAuth V2protocol are sent to ACS in an HTTP POST. You can request an ACS token via the OAuth V2 protocol from any platform that can make an HTTPS FORM POST: .NET Framework, Windows Communication Foundation (WCF), Silverlight, ASP.NET, Java, Python, Ruby, PHP, Flash, and other platforms.

imageYou can find more code samples that demonstrate the most typical programming scenarios by using Microsoft All-In-One Code Framework Sample Browser or Sample Browser Visual Studio extension. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please watch the introduction video on Microsoft Showcase, or read the introduction on our homepage https://1code.codeplex.com/.