* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
48 lines
1.9 KiB
Markdown
48 lines
1.9 KiB
Markdown
---
|
|
title: Creating an OAuth App
|
|
intro: '{% data reusables.shortdesc.creating_oauth_apps %}'
|
|
redirect_from:
|
|
- /apps/building-integrations/setting-up-and-registering-oauth-apps/registering-oauth-apps/
|
|
- /apps/building-oauth-apps/creating-an-oauth-app
|
|
versions:
|
|
free-pro-team: '*'
|
|
enterprise-server: '*'
|
|
---
|
|
|
|
{% if currentVersion == "free-pro-team@latest" %}
|
|
{% note %}
|
|
|
|
**Note:** {% data reusables.apps.maximum-oauth-apps-allowed %}
|
|
|
|
{% endnote %}
|
|
{% endif %}
|
|
|
|
{% data reusables.user-settings.access_settings %}
|
|
{% data reusables.user-settings.developer_settings %}
|
|
{% data reusables.user-settings.oauth_apps %}
|
|
4. Click **New OAuth App**.
|
|

|
|
|
|
{% note %}
|
|
|
|
**Note:** If you haven't created an app before, this button will say, **Register a new application**.
|
|
|
|
{% endnote %}
|
|
6. In "Application name", type the name of your app.
|
|

|
|
|
|
{% warning %}
|
|
|
|
**Warning:** Only use information in your OAuth app that you consider public. Avoid using sensitive data, such as internal URLs, when creating an OAuth App.
|
|
|
|
{% endwarning %}
|
|
|
|
7. In "Homepage URL", type the full URL to your app's website.
|
|

|
|
8. Optionally, in "Application description", type a description of your app that users will see.
|
|

|
|
9. In "Authorization callback URL", type the callback URL of your app.
|
|

|
|
10. Click **Register application**.
|
|

|