Which of the following is NOT a standard provider for ASP.NET Core Identity user authentication?

  • OAuth
  • OpenID Connect
  • JWT
  • Cookie
ASP.NET Core Identity provides user authentication, but it doesn't include OAuth as a standard provider. OAuth is a separate authorization framework that can be used with ASP.NET Core for scenarios like external logins, but it's not part of the Identity system.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *