Pro ASP.NET Core Identity : under the hood with authentication and authorization in ASP.NET Core 5 and 6 applications /
Learn how to get the most out of ASP.NET Core Identity. ASP.NET Core Identity provides authentication and user management for ASP.NET Core applications. In the world of ASP.NET development, Identity is a complex framework in its own right, with support for a wide range of features, including authent...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkeley] :
Apress,
[2021]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Part 1
- Using ASP.NET Core Identity
- 1. Getting Ready
- 2. Your First Identity Application
- 3. Creating the Example Project
- 4. Using the Identity UI
- 5. Configuring Identity
- 6. Adapting Identity UI
- 7. Using the Identity API
- 8. Signing In and Out and Managing Passwords
- 9. Creating and Deleting Accounts
- 10. Using Roles and Claims
- 11. Two-Factor and External Authentication
- 12. Authenticating API Clients
- Part 2
- Understanding ASP.NET Core Identity
- 13. Creating the Example Project
- 14. Working with ASP.NET Core
- 15. Authorizing Requests
- 16. Creating a User Store
- 17. Claims, Roles, and Confirmations
- 18. Signing In with Identity
- 19. Creating a Role Store
- 20. Lockouts and Two-Factor Sign Ins
- 21. Authenticators and Recovery Codes
- 22. External Authentication
- Part 1
- 23. External Authentication
- Part 2.