Flashii Docs

(旧Railgun) if it ain't broke, we'll break it

User Tools

Site Tools


oauth:start

This is an old revision of the document!


OAuth

This entire section of the wiki is entirely tentative! While it is unlikely, everything is still subject to change.

Flashii uses a mix of OAuth 2.0, the experimental OAuth 2.1 and some components of OpenID Connect to provide authentication and authorization for third-party applications. Being that OAuth is a framework, certain things have been omitted and other things have been augmented where it makes sense, but at a basic level there should be no incompatibilities.

Implemented standards and drafts

  • RFC67491): The base OAuth 2.0 authorization framework specification.
    • RFC89962): Deprecation of TLS 1.0 and 1.1, mostly as a result of server configuration.
    • RFC97003): Redirect URIs are validates against a known list; PKCE is available and required when not explicitly operating in OAuth 2.0 backwards compatible mode; Implicit and Resource Owner Password grants are omitted entirely; DPoP is not implemented at this time but may come in the future as an option.
  • RFC84144): An endpoint with up-to-date metadata about the authorization server is available and should be used if possible. Certain fields specific to OpenID Connect are also included as the same output is used for the OpenID Metadata endpoint, both paths are provided for compatibility reasons.
  • RFC86285): Device Authorization Grant for clients that are not able to spawn a web browser window is availeble.
  • RFC97286): An endpoint with up-to-date protected resource information is available and may should additionally be used to resolve the authorization server.
1)
The OAuth 2.0 Authorization Framework (2012)
D. Hardt
RFC Editor DOI:10.17487/rfc6749
2)
Deprecating TLS 1.0 and TLS 1.1 (2021)
K. Moriarty, S. Farrell
RFC Editor DOI:10.17487/rfc8996
3)
Best Current Practice for OAuth 2.0 Security (2025)
T. Lodderstedt, J. Bradley, A. Labunets, D. Fett
RFC Editor DOI:10.17487/rfc9700
4)
OAuth 2.0 Authorization Server Metadata (2018)
M. Jones, N. Sakimura, J. Bradley
RFC Editor DOI:10.17487/rfc8414
5)
OAuth 2.0 Device Authorization Grant (2019)
W. Denniss, J. Bradley, M. Jones, H. Tschofenig
RFC Editor DOI:10.17487/rfc8628
6)
OAuth 2.0 Protected Resource Metadata (2025)
M.B. Jones, P. Hunt, A. Parecki
RFC Editor DOI:10.17487/rfc9728
oauth/start.1770830543.txt.gz · Last modified: by flash