Mono Support How to configure social media logins ? 

Viewed 12889 time(s), 5 post(s), 1/16/2013 1:11:01 AM - by super
1/16/2013 1:11:01 AM
6018 Reputation 709 Total posts

How to setup social media logins ?

I see note on login screen but nothing is in documentation about steps to configure this ?

NOTE: Social login module is here for the demonstration purposes only. IT WILL NOT WORK on your domain until you properly set the target applications on other social networks as described in the documentation.

1
1/16/2013 3:52:04 PM
2793 Reputation 345 Total posts

you should search this website first (see search at the top-right of this page), many of your questions have been asked before or are covered in blog posts by the MonoX team
</br>
</br>they used to have JanRain's RPX as default for social login (it is still available), but since that had restrictions for non-paid versions (of RPX), both with number of social login providers and skinning support, they have now added support for socialauth.net. So you can see more info on how to use that one at some posts on this site and at the website of socialauth.net (need to make e.g. a Facebook app [very easy, no coding] from Facebook developer site after you first register as a Facebook developer)

2
1/16/2013 4:02:07 PM
6018 Reputation 709 Total posts

I found this post: HERE

But I still can't find steps ton configure social media logins ? Where I need to look into ? web.config ? or anywhere in admin side ?

3
1/17/2013 8:35:38 AM
15993 Reputation 2214 Total posts

Hi,

yes web.config holds the keys that you need to amend as per instructions on their site

<SocialAuthConfiguration>
    <Providers>     
      <!--DEFAULT-->
      <add  WrapperName="FacebookWrapper" ConsumerKey="" ConsumerSecret="" AdditionalScopes="user_photos,read_stream,publish_stream"/>
      <add  WrapperName="GoogleWrapper" ConsumerKey="monox.mono-software.com" ConsumerSecret=""  AdditionalScopes="https://www.googleapis.com/auth/userinfo.profile" />
      <add  WrapperName="TwitterWrapper" ConsumerKey="" ConsumerSecret="" />
      <add  WrapperName="LinkedInWrapper" ConsumerKey="" ConsumerSecret="" AdditionalScopes="r_fullprofile,r_emailaddress" />
    </Providers>
    <Allow Files="GetToken.aspx|Login.aspx"  />
    <IconFolder Path="/App_Themes/Default/Sn/" />
    <Authentication Enabled="false" LoginUrl="Login.aspx" DefaultUrl="Login.aspx"  />
  </SocialAuthConfiguration>
Regards

4
2/9/2017 12:38:44 PM
235 Reputation 34 Total posts

Hello, 

I've inserted my keys into the respective lines, but I keep getting an error. Unable to access log files to determine real issue.

Regards,
Hutchful.

5
This is a demo site for MonoX. Please visit Mono Software for more info.