Search This Blog

Friday, 11 August 2017

Authentication Vs Authorization

Authentication Authorization
Accepts credentials from a user. Given the authentication credentials supplied, determined the rights to access a resource.
Validates the Credentials. Can be assigned by user name or by role.

No comments:

Post a Comment

Creating a NuGet Package Feed to Host Artifacts

Step-by-Step Guide: Creating a NuGet Package Feed to Host Artifacts 🔹 Step 1: Create a C# Class Library and Generate NuG...

Recent Post