17 references to MapIdentityApi
IdentitySample.ApiEndpoints (1)
Program.cs (1)
27
app.MapGroup("/identity").
MapIdentityApi
<IdentityUser>();
Microsoft.AspNetCore.Identity (13)
Data\ForgotPasswordRequest.cs (1)
9
/// The response type for the "/forgotPassword" endpoint added by <see cref="IdentityApiEndpointRouteBuilderExtensions.
MapIdentityApi
"/>.
Data\InfoRequest.cs (1)
9
/// The request type for the "/manage/info" endpoint added by <see cref="IdentityApiEndpointRouteBuilderExtensions.
MapIdentityApi
"/>.
Data\InfoResponse.cs (1)
9
/// The response type for the "/manage/info" endpoints added by <see cref="IdentityApiEndpointRouteBuilderExtensions.
MapIdentityApi
"/>.
Data\LoginRequest.cs (1)
9
/// The request type for the "/login" endpoint added by <see cref="IdentityApiEndpointRouteBuilderExtensions.
MapIdentityApi
"/>.
Data\RefreshRequest.cs (1)
10
/// The request type for the "/refresh" endpoint added by <see cref="IdentityApiEndpointRouteBuilderExtensions.
MapIdentityApi
"/>.
Data\RegisterRequest.cs (1)
9
/// The request type for the "/register" endpoint added by <see cref="IdentityApiEndpointRouteBuilderExtensions.
MapIdentityApi
"/>.
Data\ResendConfirmationEmailRequest.cs (1)
9
/// The response type for the "/resendConfirmationEmail" endpoint added by <see cref="IdentityApiEndpointRouteBuilderExtensions.
MapIdentityApi
"/>.
Data\ResetPasswordRequest.cs (1)
9
/// The response type for the "/resetPassword" endpoint added by <see cref="IdentityApiEndpointRouteBuilderExtensions.
MapIdentityApi
"/>.
Data\TwoFactorRequest.cs (1)
9
/// The request type for the "/manage/2fa" endpoint added by <see cref="IdentityApiEndpointRouteBuilderExtensions.
MapIdentityApi
"/>.
Data\TwoFactorResponse.cs (1)
9
/// The response type for the "/manage/2fa" endpoint added by <see cref="IdentityApiEndpointRouteBuilderExtensions.
MapIdentityApi
"/>.
IdentityBuilderExtensions.cs (1)
88
/// Adds configuration and services needed to support <see cref="IdentityApiEndpointRouteBuilderExtensions.
MapIdentityApi
{TUser}(IEndpointRouteBuilder)"/>
IdentityServiceCollectionExtensions.cs (2)
118
/// Adds a set of common identity services to the application to support <see cref="IdentityApiEndpointRouteBuilderExtensions.
MapIdentityApi
{TUser}(IEndpointRouteBuilder)"/>
128
/// Adds a set of common identity services to the application to support <see cref="IdentityApiEndpointRouteBuilderExtensions.
MapIdentityApi
{TUser}(IEndpointRouteBuilder)"/>
Microsoft.AspNetCore.Identity.FunctionalTests (3)
MapIdentityApiTests.cs (3)
602
app.MapGroup("/identity2").
MapIdentityApi
<ApplicationUser>();
649
app.MapGroup("/identity2").
MapIdentityApi
<IdentityUser>();
1301
app.MapGroup("/identity").
MapIdentityApi
<TUser>();