OAuth and C# Integration
Authenticate users with Microsoft Accounts
Steps
- Register your application - Microsoft Identity Platform(Azure Active Directory)
- Install required Nuget packages.
- Microsoft.Identity.Client
- Configure OAuth Settings - including the ClientID, tenantId, Client Secret
- Implementing Authentication
- Handling Token acquistion - method AcquireTokenByAuthorization Code
- Refresh Token