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/line-social-connection
上記ページのインストールタブをクリックしてください。
参考URL https://developers.line.biz/ja/docs/line-login/integrate-line-login/#login-flow
Callback URLにはAuth0で作成されたDomainに/login/callbackをつけて登録してください。 例:https://a-zumi.us.auth0.com/login/callback
EC-CUBEにログインするためにはメールアドレスが必須なので取得権限を申請してください。
Auth0の管理画面からAuthentication > Social > line設定ページへアクセスして、 LINEログインチャンネルのChannel IDとChannel Secretを登録してください。
登録する際、Attributes の Email address をチェックしてください。
以上で設定は完了です。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
LINEアカウントの連携方法
参考URL
https://marketplace.auth0.com/integrations/line-social-connection
上記ページのインストールタブをクリックしてください。
LINEログインチャンネルの作成
参考URL
https://developers.line.biz/ja/docs/line-login/integrate-line-login/#login-flow
Callback URLにはAuth0で作成されたDomainに/login/callbackをつけて登録してください。
例:https://a-zumi.us.auth0.com/login/callback
メールアドレスの取得権限を申請
EC-CUBEにログインするためにはメールアドレスが必須なので取得権限を申請してください。
LINEログインチャンネルのChannel IDとChannel SecretをAuth0に登録
Auth0の管理画面からAuthentication > Social > line設定ページへアクセスして、
LINEログインチャンネルのChannel IDとChannel Secretを登録してください。
登録する際、Attributes の Email address をチェックしてください。
以上で設定は完了です。
The text was updated successfully, but these errors were encountered: