2016-05-26 16:09:04 +00:00
|
|
|
|
2021-03-19 21:31:19 +00:00
|
|
|
[[_github]]
|
|
|
|
|
2018-01-25 08:35:22 +00:00
|
|
|
==== GitHub
|
2016-05-26 16:09:04 +00:00
|
|
|
|
2021-06-17 14:39:30 +00:00
|
|
|
To log in with Github, perform the following procedure.
|
2016-05-26 16:09:04 +00:00
|
|
|
|
2021-03-22 13:20:23 +00:00
|
|
|
.Procedure
|
|
|
|
. Click *Identity Providers* in the menu.
|
|
|
|
. From the `Add provider` list, select `Github`.
|
|
|
|
+
|
2021-06-17 14:39:30 +00:00
|
|
|
.Add identity provider
|
2021-03-22 13:20:23 +00:00
|
|
|
image:{project_images}/github-add-identity-provider.png[Add Identity Provider]
|
|
|
|
+
|
|
|
|
. Copy the value of *Redirect URI* to your clipboard.
|
2021-06-17 14:39:30 +00:00
|
|
|
. In a separate browser tab, https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app[create an OAUTH app].
|
2021-03-22 13:20:23 +00:00
|
|
|
.. Enter the value of *Redirect URI* into the `Authorization callback URL` field when creating the app.
|
|
|
|
.. Note the Client ID and Client secret on the management page of your OAUTH app.
|
|
|
|
. In {project_name}, paste the value of the `Client ID` into the *Client ID* field.
|
|
|
|
. In {project_name}, paste the value of the `Client Secret` into the *Client Secret* field.
|
2022-07-26 15:50:24 +00:00
|
|
|
ifeval::[{project_community}==true]
|
|
|
|
. Click *Add*.
|
|
|
|
endif::[]
|
|
|
|
ifeval::[{project_product}==true]
|
2021-03-22 13:20:23 +00:00
|
|
|
. Click *Save*.
|
2022-07-26 15:50:24 +00:00
|
|
|
endif::[]
|