Category / Section
Line sign in configuration
Published:
Updated:
To add Line Sign-In you need to configure some information from Line.
- From the Line developers console create a new channel
- Select or create a provider
- Create a new channel
- Select line login
- Fill the forms with the required information
- In the app type select "Web App
- Edit the channel
- Check the “Email address permission” in the OpenID Connect section
- On the “Line Login” tab, edit the callback URL and add the following urls
- https://app.neostore.cloud/auth/callback/line
- https://app-qa.neostore.cloud/auth/callback/line
- https://customdomain/auth/callback/line
- On the neostore administration console
- Edit the file server/line.yml with the following information
# these information are available in the "basic settings" tab of your line channel in the line developer console
authentication:
clientId: "2006017080" # line channel Id
secret : 10f317cxxxxxxxxxxxxxxxxxxxx # line channel secret
- Edit the customer registration layout you want to use the “login with line” button and add the following sign in options
signinOptions:
providers:
- type : line