%% You should probably cite draft-ideskog-assisted-token-05 instead of this revision. @techreport{ideskog-assisted-token-00, number = {draft-ideskog-assisted-token-00}, type = {Internet-Draft}, institution = {Internet Engineering Task Force}, publisher = {Internet Engineering Task Force}, note = {Work in Progress}, url = {https://datatracker.ietf.org/doc/draft-ideskog-assisted-token/00/}, author = {Jacob Ideskog and Travis Spencer}, title = {{OAuth 2.0 Assisted Token}}, pagetotal = 16, year = 2018, month = mar, day = 18, abstract = {The OAuth 2.0 authorization flow for Single Page Applications (SPAs), often referred to as the assisted token flow, enables OAuth clients to request user authorization written in scripting languages, like JavaScript, with a simplified integration compared to the implicit grant type flow. Communication does not rely on redirection of the user agent, but instead leverages HTML's iframe element, child windows, and the postMessage interface. This communication is done using an additional endpoint, the assisted token endpoint, which this document defines.}, }