How to implement Authentication using RestSharp for windows phone 7.5 - wcf

I need to log in to the application using Google, Facebook accounts. I just saw about the RestSharp and i can't find how to implement it for WP7.5. I saw some samples available in the github and restsharp.org, but still i didn't get the exact usage of it. could please help me to understand about restsharp and how to implement it for windows phone 7.5... Since i'm new to this concept...
Thanks

Related

Is it required to migrate to GIS when you're using google-oauth2?

This link https://developers.googleblog.com/2022/03/gis-jsweb-authz-migration.html says
Your full suite of apps and platforms may be using different methods of authentication and authorization from Google. The following are NOT affected by this deprecation announcement:
Android or iOS native app SDKs,
Backend platforms directly calling Google’s OAuth 2.0 or OpenID services.
I'm currently trying to understand our huge legacy code which might be affected by the GIS migration. Currently, we just redirect to https://accounts.google.com/o/oauth2/v2/auth to start the oauth2 process, once the user clicks the "Sign in with google" button. I've seen this link in the example of the old way from the migration document here: https://developers.google.com/identity/oauth2/web/guides/migration-to-gis#oauth-2.0-endpoints however I'm not sure if it is required to migrate to GIS or not.
From what I understand, only the frontend related libraries should be worried, but I'm dumb so maybe I'm misunderstanding. Can anyone help enlighten me?
Thanks.
You do not need to migrate if you are directly making calls to the Google's OAuth 2.0 endpoints.
The guide you reference recommends using the library with the note use the Google Identity Services library to support a less intrusive popup UX mode and to avoid having to manage complex OAuth 2.0 requests and responses. The intent there is to simplify your implementation not to force a migration.

Is there any step by step tutorial on how to implement Windows Authentication with IdentityServer4 and Http.sys?

So I am trying to implement an IdentityServer4 for my Project. I followed the instructions I found in the documentation and other sources to setup a very basic IdSrv.
I am still struggling with how I can implement an IdSrv which accepts Windows Credentials from client and authenticate using IdSrv.
Until now I have not found anything which helps. Everything seems to be too complex. Among the IdSrv.Samples are some clues on how to achieve this, but still can't figure out the right way.
Or maybe I understood all the idea false?
Any help and tip would be appreciated.
PS. I am not using IIS or IISIntegration.
The documentation on how to implement this is at Windows Authentication

How to implement oauth2 to external api in meteor app

I'm writing, beacuse i'm having trouble trying to implement a method to auntenticate oauth2 in a meteor APP (using react in view). In this case i have to connect to my own autentication server running in .net. I have read some tutorials with facebook, github, etc, but in my case is different
Anyone have any code, tutorial or know how to implement?.
Thanks
PD: i'm new using Meteor.
There is a meteor package for OAuth2 here
https://atmospherejs.com/meteor/oauth2
It doesn't provide much information, except directing you to the Meteor accounts documentation at https://guide.meteor.com/accounts.html
There is also this page, which provides examples of both client and servers for OAuth2. I haven't explored it myself, but it looks like a good start. I always like to look at examples myself when picking up something new :)
https://github.com/prime-8-consulting/meteor-oauth2

Facebook chat API/XMPP X-FACEBOOK-PLATFORM in WinRT

Please read my question first before voting it off-topic considering questions asking us to recommend or find a tool/library.
I am creating a WinRT app for only Facebook chat. I checked the developer site, I am recommended to use Facebook Chat via the Jabber/XMPP service. I tried to find that feature in Facebook C# SDK but it's not available in it.
I searched for XMPP library and found this. It's ASP.NET project though, I decided to port it for WinRT, but I read the latest comment in that blog post. It's telling this is also no longer working.
So anyone there know how to use chat API using WinRT supported XMPP library ? If library is not availble then can any one guide for any tutorial, I can't find relevant tutorial.
Those who think, chat/messenger is not available programmatically, please see IM+ app in Windows Store.
From the Facebook .NET SDK FAQ - http://facebooksdk.net/docs/faq/
Does Facebook SDK for .NET support Facebook Chat?
Facebook SDK for .NET doesn't support the Facebook chat (nor do we
have any plans to support it in the future). Facebook chat is based on
the xmpp protocol thus any existing XMPP
.NET libraries would work
with Facebook Chat.
Yeah, finally I found WinRT supported XMPP library as well as full fledged chat app. Kudos to developers.
Is there any free XMPP library which Supports WinRT?

Implementation of ACS in MetroApplications

I tried of finding samples for implementing ACS in metroapplications using c#.
But I couldn't find any samples.
Can any one please help me with step by step details for implementing ACS in metro applications using XAML with C#.
I'm not aware of ACS for metro applications and the following may not be what you're looking for. Also, I'm not familiar with the gritty details of ACS. However, metro applications provide an API to enable single sign on to OAuth providers (Facebook, Live, Google, etc...).
There are code samples available # http://code.msdn.microsoft.com/windowsapps/Web-Authentication-d0485122 and further details also available at http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh465283.aspx