This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.4.6.2. GitHub アプリケーションの登録
GitHub または GitHub Enterprise をアイデンティティープロバイダーとして使用するには、使用するアプリケーションを登録する必要があります。
手順
アプリケーションを GitHub で登録します。
- 
									GitHub の場合、Settings 
Developer settings OAuth Apps Register a new OAuth application をクリックします。  - 
									GitHub Enterprise の場合は、GitHub Enterprise ホームページに移動してから Settings 
Developer settings Register a new application をクリックします。  
- 
									GitHub の場合、Settings 
 - 
							アプリケーション名を入力します (例: 
My OpenShift Install)。 - 
							ホームページ URL (例: 
https://oauth-openshift.apps.<cluster-name>.<cluster-domain>) を入力します。 - オプション: アプリケーションの説明を入力します。
 認可コールバック URL を入力します。 ここで、URL の終わりにはアイデンティティープロバイダーの
nameが含まれます。https://oauth-openshift.apps.<cluster-name>.<cluster-domain>/oauth2callback/<idp-provider-name>
https://oauth-openshift.apps.<cluster-name>.<cluster-domain>/oauth2callback/<idp-provider-name>Copy to Clipboard Copied! Toggle word wrap Toggle overflow 以下に例を示します。
https://oauth-openshift.apps.example-openshift-cluster.com/oauth2callback/github/
https://oauth-openshift.apps.example-openshift-cluster.com/oauth2callback/github/Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Register application をクリックします。GitHub はクライアント ID とクライアントシークレットを提供します。これらの値は、アイデンティティープロバイダーの設定を完了するために必要です。