Click here to Skip to main content
15,887,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: SCHEDULER IN VISUAL STUDIOS Pin
Charlie brown 7113-Apr-18 0:35
Charlie brown 7113-Apr-18 0:35 
QuestionDomain driven design pattern and onion architecture is same or different Pin
Mou_kol13-Mar-18 22:05
Mou_kol13-Mar-18 22:05 
AnswerRe: Domain driven design pattern and onion architecture is same or different Pin
Bohdan Stupak20-Mar-18 4:48
professionalBohdan Stupak20-Mar-18 4:48 
AnswerRe: Domain driven design pattern and onion architecture is same or different Pin
anmolgoranga22-Mar-18 1:41
anmolgoranga22-Mar-18 1:41 
QuestionDifference between Open ID and OAuth Pin
Mou_kol13-Mar-18 4:14
Mou_kol13-Mar-18 4:14 
AnswerRe: Difference between Open ID and OAuth Pin
Vincent Maverick Durano18-Mar-18 21:39
professionalVincent Maverick Durano18-Mar-18 21:39 
GeneralRe: Difference between Open ID and OAuth Pin
Mou_kol19-Mar-18 23:20
Mou_kol19-Mar-18 23:20 
GeneralRe: Difference between Open ID and OAuth Pin
Vincent Maverick Durano20-Mar-18 17:17
professionalVincent Maverick Durano20-Mar-18 17:17 
Mou_kol wrote:
openid is authentication system and oauth is authorization system because in case of stackoverflow access both does the same thing.


No. they're not the same. Again, OAuth is basically a protocol that supports authorization workflows. What this means is that it gives you a way to ensure that a specific user has permissions to do something and that’s it.

OAuth isn’t meant to do stuff like validate a user’s identity — that’s taken care of by an Authentication service (e.g login with Facebook, Google, any other form of OpenID credentials or your own custom authentication service). Authentication is when you validate a user’s identity (like asking for a username / password to log in) -- that's what an OpenID, whereas authorization is when check to see what permissions an existing user already has.

It just that SO is an OpenID provider and as well as an OAuth2 Consumer: Stack Exchange is an OpenID Provider - Stack Overflow Blog[^]
QuestionArchitecture similar to asp.net boilerplate Pin
Charlie brown 71112-Mar-18 20:47
Charlie brown 71112-Mar-18 20:47 
QuestionProcess master detail JSON with WCF Pin
Priyanka Kale9-Mar-18 0:08
Priyanka Kale9-Mar-18 0:08 
QuestionData Access In Models & Repositories Pin
Priyanka Kale7-Mar-18 22:42
Priyanka Kale7-Mar-18 22:42 
AnswerRe: Data Access In Models & Repositories Pin
Richard MacCutchan7-Mar-18 23:09
mveRichard MacCutchan7-Mar-18 23:09 
AnswerRe: Data Access In Models & Repositories Pin
Nagaraj Muthuchamy12-Mar-18 22:57
professionalNagaraj Muthuchamy12-Mar-18 22:57 
QuestionAn error occurred while receiving the HTTP response to https://localhost:44301/XXXXXXX.svc. Pin
indian1437-Mar-18 13:36
indian1437-Mar-18 13:36 
SuggestionRe: An error occurred while receiving the HTTP response to https://localhost:44301/XXXXXXX.svc. Pin
Richard Deeming8-Mar-18 9:06
mveRichard Deeming8-Mar-18 9:06 
QuestionUnable to cast object of type 'System.Web.UI.WebControls.TemplateField' to type 'System.Web.UI.WebControls.CommandField' Pin
samflex7-Mar-18 6:49
samflex7-Mar-18 6:49 
AnswerRe: Unable to cast object of type 'System.Web.UI.WebControls.TemplateField' to type 'System.Web.UI.WebControls.CommandField' Pin
Richard Deeming7-Mar-18 8:40
mveRichard Deeming7-Mar-18 8:40 
GeneralRe: Unable to cast object of type 'System.Web.UI.WebControls.TemplateField' to type 'System.Web.UI.WebControls.CommandField' Pin
samflex7-Mar-18 9:32
samflex7-Mar-18 9:32 
Questioncreating organisational charts Pin
Member 137048122-Mar-18 0:08
Member 137048122-Mar-18 0:08 
AnswerRe: creating organisational charts Pin
David Mujica2-Mar-18 10:43
David Mujica2-Mar-18 10:43 
QuestionWeb API: Can we generate token without using identity Pin
Mou_kol27-Feb-18 22:53
Mou_kol27-Feb-18 22:53 
AnswerRe: Web API: Can we generate token without using identity Pin
Nathan Minier5-Mar-18 2:00
professionalNathan Minier5-Mar-18 2:00 
GeneralRe: Web API: Can we generate token without using identity Pin
Mou_kol5-Mar-18 21:13
Mou_kol5-Mar-18 21:13 
General.NET Core fits in the .NET Ecosystem Pin
Priyanka Kale26-Feb-18 23:15
Priyanka Kale26-Feb-18 23:15 
QuestionAshraf Pin
Member 1206559124-Feb-18 23:53
Member 1206559124-Feb-18 23:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.