MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

How to configure social media logins ?  (Mono Support )

Viewed 12105 time(s), 5 post(s) 1/16/2013 1:11:01 AMby super
super

super

1/16/2013 1:11:01 AM
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.
This content has not been rated yet. 
6018 Reputation 709 Total posts
Zoomicon

Zoomicon

1/16/2013 3:52:04 PM
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)
This content has not been rated yet. 
2793 Reputation 345 Total posts
super

super

1/16/2013 4:02:07 PM
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 ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
khorvat

khorvat

1/17/2013 8:35:38 AM
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
This content has not been rated yet. 
15993 Reputation 2214 Total posts
Hutchful

Hutchful

2/9/2017 12:38:44 PM
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.
This content has not been rated yet. 
235 Reputation 34 Total posts