| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Description | ||||||||||||||||||||||||||||||||||
Perform Delegated Authentication with Windows Live. See http://msdn.microsoft.com/en-us/library/cc287637.aspx for more information about Delegated Authentication. | ||||||||||||||||||||||||||||||||||
Synopsis | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Building a Delegated Authentication consent request | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Generate a consent query with the minimum information filled in | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Given a consent query, generate a (relative) URI to initiate Delegated Authentication. This URI must be turned into an absolute URI by e.g: let relConsentUrl = getConsentUrl app ts consentQuery in relConsentUrl `relativeTo` consentUrl | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
The base consent URL for consent requests | ||||||||||||||||||||||||||||||||||
Processing a Delegated Authentication consent response | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Extract and validate an encrypted consent token. This function does not check to see if the token has expired. | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Produced by Haddock version 2.6.0 |