I want to add facebook authentication for mobile on ASP.NET Boilerplate project. I do everything as mentioned here. Found similar discussion on forum. But despite, I do everything like on doc and forums, I got no result from GetExternalAuthenticationProviders and ExternalAuthenticate give error "Unknown external auth provider: Facebook". Could you please help? Thanks.
Related
I have a DNN website and also a WebAPi.
In the past both wasn't related.
I'm finding a way to do something that related them.
Such as getting all users in DNN website,Create a user,Change password via WebAPI.
DNN has its own implementation of WebAPI allowing you to create extensions that are then exposed with WebAPI.
The implementation of this process is more complicated than can be answered in a simple StackOverflow post, but the DNN Wiki Information should help get you going. Once you get going you can ask more specific questions here.
I just started to work with Google API's (Calendar and Gmail for now). I already got both examples working on both my Frontend (React) and my Backend (Java - Spring).
I have the following doubt, If I want to enable users to be able to send email's using the oficial API not javax.mail should that be done on the Backend or it can be done on Frontend? Since the official documentation only shows examples on Java and Python.
If the answer is on Backend how will users be able to authenticate via OAuth2 If they are "not supposed" to see server-side information.
Thanks
Ok for does looking for an answer. I found the following guide...
https://developers.google.com/identity/sign-in/web/server-side-flow#step_1_create_a_client_id_and_client_secret
Basically you can get a client-side one time access code which is send to server-side where it can get a long-live access_token in order to have offline access once correct authentication has happened.
I am new in Xamarin ,I am looking for a way to put facebook/linkedin/google authentication. I have looked at many tutorials but none of them is recent and there are not working well or there are obsolete.
Here is the tutorials, I have found: click to seeing the page
Do you know a recent and better one ?
There are many samples about how to authenticate users in facebook or google. And I find your article here in MSDN with a sample which runs in VS2015. Even though it's a little bit out of date, you can also find something useful.
You can also refer to the official documentation of Xamarin.OAuth and the sample here. Modify the information in Constants to your own's. This article specify how to register in Google and get the Client ID and Redirect URL.
You can read it more carefully then create your own UI to achieve authentication.
I've tried a few tutorials with no luck. I;m trying to provide email confirmation to my project. It's for a small project so I don't want to use SendGrid.
Could someone please help me out here
I found by using gmail smtp service worked for me. I used the following article which worked for me Email confirmation in ASP.NET mvc5 without sendgrid
Hope this helps
+someone please guide me on a way to add Adding External logins with Facebook and Google to this very informative post, http://bitoftech.net/2015/02/16/implement-oauth-json-web-tokens-authentication-in-asp-net-web-api-and-identity-2/ , with information on this post, http://bitoftech.net/2014/08/11/asp-net-web-api-2-external-logins-social-logins-facebook-google-angularjs-app/ . i tried implementing this but i get errors in the AccountController, FacebookAuthProvider, and GoogleAuthProvider, i have uploaded my all implementations to Github...here (cant post a third link due to reputation restrictions) github.com/McKabue/Examination-Pastpaper-Archive