mirror of https://github.com/abpframework/abp.git
5 changed files with 16 additions and 7 deletions
@ -1,4 +1,4 @@ |
|||
# Using Azure Active Directory Authentication in ABP ASP.NET Core MVC application |
|||
# How to Use the Azure Active Directory Authentication for MVC / Razor Page Applications |
|||
|
|||
## Introduction |
|||
|
|||
@ -1,4 +1,4 @@ |
|||
# Custom Login PageModel in **ABP** ASP.NET Core MVC application |
|||
# How to Customize the Login Page for MVC / Razor Page Applications |
|||
|
|||
## Introduction |
|||
|
|||
@ -1,17 +1,13 @@ |
|||
# Custom SignIn Manager |
|||
# Customize the SignInManager |
|||
|
|||
## Introduction |
|||
|
|||
ABP Framework uses Microsoft Identity underneath hence supports customization as much as Microsoft Identity does. |
|||
|
|||
|
|||
|
|||
## Sample Code |
|||
|
|||
https://github.com/abpframework/abp-samples/blob/master/aspnet-core/BookStore-AzureAD/src/Acme.BookStore.Web/CustomSignInManager.cs |
|||
|
|||
|
|||
|
|||
## Creating CustomSignInManager |
|||
|
|||
To create your own custom SignIn Manager, you need to inherit `SignInManager<Volo.Abp.Identity.IdentityUser>`. |
|||
@ -0,0 +1,9 @@ |
|||
# "How To" Guides |
|||
|
|||
This section contains "how to" guides for some specific questions frequently asked. While some of them are common development tasks and not directly related to the ABP Framework, we think it is useful to have some concrete examples those directly work with your ABP based applications. |
|||
|
|||
## Authentication |
|||
|
|||
* [How to Customize the Login Page for MVC / Razor Page Applications](Customize-Login-Page-MVC.md) |
|||
* [How to Use the Azure Active Directory Authentication for MVC / Razor Page Applications](Azure-Active-Directory-Authentication-MVC.md) |
|||
* [Customize the SignInManager](Customize-SignIn-Manager.md) (as an example of customization) |
|||
Loading…
Reference in new issue