How to configure social login plugin in nopCommerce(Authentication plugin)
e.g. if i have website name is "sangeetshah.com" then my
redirect url must be "https://sangeetshah.com/signin-{socialpluginname}" & "https://www.sangeetshah.com/signin-{socialpluginname}"
now my website url :- https://localhost:44363
#Facebook
Goto / apps
Create new app id
select Integrate Facebook Login and press confirm button
left hand side menu. select facebook login/setting
Valid OAuth Redirect URIs will be "https://localhost:44363/signin-facebook" and save
select setting/basic button from left side menu and take copy App ID and App Secret
#Twitter
Goto / apps
Click on create an app
add Callback URL "https://localhost:44363/signin-Twitter"
#Google
Goto https://developers.google.com/identit...
Click on configure project and filled required detail. Configure your OAuth client is webserver.
and Authorized redirect URIs will be "https://localhost:44363/signin-google"
take app id and secret key.
#Microsoft
https://go.microsoft.com/fwlink/?link...
3rs option need to select
redirect url
generate secret key
Redirect url: https://localhost:44363/signin-microsoft
#Linkedin
Goto / login
click on Create app button & filled the required detail .
click on Auth menu and set Redirect URLs wil be "https://localhost:44363/signin-linkedin"
copy Client ID & secret
#nopCommerce #Plugin #nopDevelopment #PluginDeveloment #Authontication #WebsiteDevelopment