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 )

13680 put(a) pogledan, 5 odgovor(a) 16.1.2013. 1:11:01Kreirao(la) super
super

super

16.1.2013. 1:11:01
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.
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
Zoomicon

Zoomicon

16.1.2013. 15:52:04
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)
Ovaj sadržaj još nije ocijenjen. 
2793 Reputacija 345 Ukupno objava
super

super

16.1.2013. 16:02:07
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 ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
khorvat

khorvat

17.1.2013. 8:35:38
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
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
Hutchful

Hutchful

9.2.2017. 12:38:44
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.
Ovaj sadržaj još nije ocijenjen. 
235 Reputacija 34 Ukupno objava