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.
Loading...
Related Quiz
- You've been introduced to Razor Tag Helpers in ASP.NET Core and want to understand their basic usage. What are Tag Helpers primarily used for in Razor views?
- The ________ method in the "Startup.cs" file is used to add and configure middleware services to the application's request pipeline.
- The dependency injection feature in ASP.NET Core is:
- Which Razor directive is typically used at the beginning of a view file to specify its layout page?
- While working on a Razor project, you come across a file named _ViewImports.cshtml. What is the primary role of this file in the Razor view engine?