oauth:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| oauth:start [2026/02/11 17:29] – i have to get off the train flash | oauth:start [2026/02/11 19:25] (current) – added notes flash | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| //This entire section of the wiki is entirely tentative! While it is unlikely, everything is still subject to change.// | //This entire section of the wiki is entirely tentative! While it is unlikely, everything is still subject to change.// | ||
| - | Flashii uses a mix of [[https:// | + | Flashii uses a mix of [[https:// |
| + | |||
| + | Because OAuth has its own expected characteristics in how responses and requests are formatted, it is entirely separate from the actual Flashii API. Despite that, as of Version 1 of the Flashii API, the only major difference is the way errors are formatted. | ||
| + | |||
| + | ===== Important Notes ===== | ||
| + | |||
| + | * Within the context of OAuth the term " | ||
| + | * Currently there is no distinction between the role of Authorization Server and Resource Server. If a distinction is ever introduced, using the metadata endpoints should make this process transparent. | ||
| + | |||
| + | ===== Topics ===== | ||
| + | |||
| + | * [[client-types|Types of applications/ | ||
| + | * [[scope|Details about the scope parameter]] | ||
| + | * [[discovery|Authorization endpoint discovery]] | ||
| + | * [[authorize|Making a normal authorization request]] | ||
| + | * [[device-authorize|Making a device authorization request]] | ||
| + | * [[client-token|Requesting a token for acting on behalf of the application/ | ||
| + | * [[token-refresh|Refreshing access tokens]] | ||
| + | * [[token-introspection|Viewing details about tokens]] | ||
| + | * [[token-revocation|Revoking tokens manually]] | ||
| + | * [[openid|Details about OpenID support]] | ||
| + | * [[idp|Using Flashii as an external identity provider]] | ||
| + | * [[reference|Endpoint Reference]] | ||
| ===== Implemented standards and drafts ===== | ===== Implemented standards and drafts ===== | ||
| Line 9: | Line 31: | ||
| For reference, a list of supported standards and drafts. The documentation on the wiki will cover everything you need to know specific to Flashii so you won't have to worry about this, but they' | For reference, a list of supported standards and drafts. The documentation on the wiki will cover everything you need to know specific to Flashii so you won't have to worry about this, but they' | ||
| - | * RFC6749(([[doi>10.17487/RFC6749]])): The base OAuth 2.0 authorization framework specification. | + | * [[https:// |
| - | * RFC8996(([[doi>10.17487/RFC8996]])): Deprecation of TLS 1.0 and 1.1, mostly as a result of server configuration. | + | * [[https:// |
| - | * RFC9700(([[doi>10.17487/RFC9700]])): 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. | + | * [[https:// |
| - | * RFC7009(([[doi>10.17487/RFC7009]])): An endpoint for revocation of access and refresh tokens is provided. | + | * [[https:// |
| - | * RFC7662(([[doi>10.17487/RFC7662]])): An endpoint for introspecion of access and refresh tokens is provided. | + | * [[https:// |
| - | * RFC8414(([[doi>10.17487/RFC8414]])): 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. | + | * [[https:// |
| - | * RFC8628(([[doi>10.17487/RFC8628]])): Device Authorization Grant for clients that are not able to spawn a web browser window is available. | + | * [[https:// |
| - | * RFC9728(([[doi>10.17487/RFC9728]])): An endpoint with up-to-date protected resource information is available and may should additionally be used to resolve the authorization server. | + | * [[https:// |
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | There are likely things I forgot to include in this list, as standards tend to depend on other standards themselves. | ||
oauth/start.1770830947.txt.gz · Last modified: by flash
