Open rvmahesan opened 3 months ago
Hey There ,
This Application undergoes authentication using OpenIddict.
OpenIddict is an Open Source Framework that is used for Security purpose in .NET Applications.
Also OpenIddict provides a way to Write Your Own Code. So We can add our very own logic for Authentication for our application. Which I Have Implemented in Configuration Folder in Server App.
Authentication Logic and Tokenization can be found In Authorization Controller in Server App.
For Authorization, simple Authorize Filter at controller are used.
Hope That Helps 😊
On Sun, 4 Aug 2024, 22:59 RV Mahesan, @.***> wrote:
AuthN & Authz files missing
— Reply to this email directly, view it on GitHub https://github.com/iamjaimindamor/MyQuickApp-using-OpenIddict-Authentication-Scheme/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASFO432REKJ54R6QW5W2HMTZPZQIPAVCNFSM6AAAAABL7AIY2OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2DOMRSHAZTGNQ . You are receiving this because you are subscribed to this thread.Message ID: <iamjaimindamor/MyQuickApp-using-OpenIddict-Authentication-Scheme/issues/1 @github.com>
Thanks foe the reply
AuthN & Authz files missing