%% You should probably cite draft-ideskog-assisted-token-05 instead of this revision. @techreport{ideskog-assisted-token-02, number = {draft-ideskog-assisted-token-02}, 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/02/}, author = {Jacob Ideskog and Travis Spencer}, title = {{OAuth 2.0 Assisted Token}}, pagetotal = 19, year = 2020, month = may, day = 21, abstract = {This document extends the OAuth 2.0 framework to include an additional authorization flow for single page applications called the assisted token flow. It enables OAuth clients written in scripting languages, like JavaScript, to request user authorization using a simplified method compared to other flows. 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.}, }