BlazingSolutions / TimeKeeper

A project for learning Blazor
9 stars 0 forks source link

Authentication and authorization #4

Closed DotNetDublin closed 3 years ago

DotNetDublin commented 3 years ago

One we decide between Blazor Client Side and Server Side #1 we will need to review appropriate approaches to authentication and authorization

https://docs.microsoft.com/en-us/aspnet/core/blazor/security/?view=aspnetcore-5.0

The below sections of the Project Scenario need to be taken into consideration

The below from issue #3 should also be noted

George would like a solution that provides a degree of separation from user management and authentication and the TimeKeeper application. George can foresee a scenario where they would add a new user and then select which applications they should have access whether it be TimeKeeper, FileKeeper or any other application we develop for them.

DotNetDublin commented 3 years ago

My experience to date has been restricted to Identity however I'd be interested in exploring Azure Active Directory B2C