Oauth2 authentication on ASP .Net core API server
I’m trying to implement OAuth2 authentication on my API server written in ASP.NET Core. I have registered my application on Azure and I have the secret, clientId, tenantId, and scope available.
Oauth2 authentication on ASP .Net core API server
I’m trying to implement OAuth2 authentication on my API server written in ASP.NET Core. I have registered my application on Azure and I have the secret, clientId, tenantId, and scope available.