1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Files
docs/content/developers/apps/building-oauth-apps/creating-an-oauth-app.md
Laura Coursen 8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00

2.1 KiB

title, intro, redirect_from, versions, topics
title intro redirect_from versions topics
Creating an OAuth App {% data reusables.shortdesc.creating_oauth_apps %}
/apps/building-integrations/setting-up-and-registering-oauth-apps/registering-oauth-apps/
/apps/building-oauth-apps/creating-an-oauth-app
/developers/apps/creating-an-oauth-app
fpt ghes ghae ghec
* * * *
OAuth Apps

{% ifversion fpt or ghec %} {% 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. Button to create a 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. Field for 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 %}

  1. In "Homepage URL", type the full URL to your app's website. Field for the homepage URL of your app

  2. Optionally, in "Application description", type a description of your app that users will see. Field for a description of your app

  3. In "Authorization callback URL", type the callback URL of your app. Field for the authorization callback URL of your app {% ifversion fpt or ghes > 3.0 or ghec %} {% note %}

    Note: OAuth Apps cannot have multiple callback URLs, unlike {% data variables.product.prodname_github_apps %}.

    {% endnote %} {% endif %}

  4. Click Register application. Button to register an application