* Version password examples for GHES only * Remove unnecessary note * Versioned deprecation reusable for GHES only? * Update troubleshooting article * Version OAuthorizations REST API page for enterprise-only * Remove deprecations reusable * Add tentative note * Rework two-factor authentication sections * Fix double redirect reference * versioning tweak * Versioning tweaks * adding back the endifs * random link reformatting * OAuth Authorization API versioned for 2.22 * / * Fix internal docs links * remove static redirect for dotcom * Try deleting redirect * Apply @martin389's suggested changes Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com> * Remove best practice assumptions * Apply suggestions from code review Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com> * Add note * restore redirects in content file and remove free-pro-team expected path from test fixture * change note position * handle path that was available on dotcom in developer site but is now GHES only Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com> Co-authored-by: Sarah Schneider <sarahs@github.com>
15 lines
660 B
Markdown
15 lines
660 B
Markdown
---
|
|
title: OAuth Authorizations
|
|
redirect_from:
|
|
- /v3/oauth_authorizations
|
|
- /v3/oauth-authorizations
|
|
versions:
|
|
enterprise-server: '*'
|
|
---
|
|
|
|
You can use this API to manage the access OAuth applications have to your account. You can only access this API via [Basic Authentication](/rest/overview/other-authentication-methods#basic-authentication) using your username and password, not tokens.
|
|
|
|
If you or your users have two-factor authentication enabled, make sure you understand how to [work with two-factor authentication](/rest/overview/other-authentication-methods#working-with-two-factor-authentication).
|
|
|
|
{% include rest_operations_at_current_path %}
|