I have read multiple articles but cant clearly understand . Whats the main difference between them . i want to implement oauth 2.0 and i followed following approaach :-
https://learn.microsoft.com/en-us/aspnet/web-api/overview/security/individual-accounts-in-web-api
i think the following approach is using form based And jwt token Both For Authentication and it is not using any refresh token and grant so its not full oauth 2.0 implementation i think ?
So it would be helpful if anybody can explain whats the diffrence between form based authentication vs oauth 2.0 ?
i have read following question but it clearly dosen't state anything :-
Difference between Forms based authentication and Token based Authetication