Home > database >  What is the OAuth2 callback URL for an ASP.Net Core Application
What is the OAuth2 callback URL for an ASP.Net Core Application

Time:01-21

When I setup an ASP.Net Core MVC application, and add in the AspNetCore Authentication libraries, it handles the handshakes for OAuth 2 and OIDC's Code Authentication Flow.

However, I need to configure my Identity Provider with the callback URL to send the code to my application.

Assuming my Application is hosted at enter image description here

  •  Tags:  
  • Related