We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参考URL https://marketplace.auth0.com/integrations/github-social-connection
上記ページのインストールタブをクリックしてください。
参考URL https://docs.github.com/ja/developers/apps/building-oauth-apps/creating-an-oauth-app
Homepage URLにはAuth0で作成されたDomainを登録してください。 例:https://a-zumi.us.auth0.com
Authorization callback URLにはAuth0で作成されたDomainに/login/callbackをつけて登録してください。 例:https://a-zumi.us.auth0.com/login/callback
Auth0の管理画面からAuthentication > Social > github設定ページへアクセスして、 GitHubのClient IDとClient Secretを登録してください。
登録する際、Attributes の Email address をチェックしてください。
以上で設定は完了です。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GitHubアカウントの連携方法
参考URL
https://marketplace.auth0.com/integrations/github-social-connection
上記ページのインストールタブをクリックしてください。
GitHub の OAuth Appsの作成
参考URL
https://docs.github.com/ja/developers/apps/building-oauth-apps/creating-an-oauth-app
Homepage URLにはAuth0で作成されたDomainを登録してください。
例:https://a-zumi.us.auth0.com
Authorization callback URLにはAuth0で作成されたDomainに/login/callbackをつけて登録してください。
例:https://a-zumi.us.auth0.com/login/callback
GitHubのClient IDとClient SecretをAuth0に登録
Auth0の管理画面からAuthentication > Social > github設定ページへアクセスして、
GitHubのClient IDとClient Secretを登録してください。
登録する際、Attributes の Email address をチェックしてください。
以上で設定は完了です。
The text was updated successfully, but these errors were encountered: