You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
First, please bear with me if I don't seem to be asking the question right.
I've watched the webapi V2 security video and the intro to oAuth 2 video by Dom on Pluralsight.
In my next project I want to use Web API v2 with Angular JS (the client) for a web app, which stores resource owners' (users) name and password (traditional authentication).
And I want to be able to let users authenticate with Google and Facebook so that I can create accounts for authenticated users on-the-fly.
I don't need the access token from Google or Facebook to get profile data for the users... I just need these social sites for authentication (so users don't have to register and I don't have to manage passwords).
And once users are authenticated (either through Google / FB or username:password directly), I want to use token based authorization for my Web APIs (the client will be the AngularJS app), instead of using cookies.
I'm sure IdentityServer V3 can help with token based authorization, but can it help with the part concerning authentication with Google / FB?
Or do I need to use Auth0? I read the article about it on Dom's site.
Thanks!
The text was updated successfully, but these errors were encountered:
First, please bear with me if I don't seem to be asking the question right.
I've watched the webapi V2 security video and the intro to oAuth 2 video by Dom on Pluralsight.
In my next project I want to use Web API v2 with Angular JS (the client) for a web app, which stores resource owners' (users) name and password (traditional authentication).
And I want to be able to let users authenticate with Google and Facebook so that I can create accounts for authenticated users on-the-fly.
I don't need the access token from Google or Facebook to get profile data for the users... I just need these social sites for authentication (so users don't have to register and I don't have to manage passwords).
And once users are authenticated (either through Google / FB or username:password directly), I want to use token based authorization for my Web APIs (the client will be the AngularJS app), instead of using cookies.
I'm sure IdentityServer V3 can help with token based authorization, but can it help with the part concerning authentication with Google / FB?
Or do I need to use Auth0? I read the article about it on Dom's site.
Thanks!
The text was updated successfully, but these errors were encountered: