Search This Blog

Showing posts with label Security. Show all posts
Showing posts with label Security. Show all posts

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.

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