From 45eb09a4aba849409b4e9d285b1e377a14c1d462 Mon Sep 17 00:00:00 2001 From: EngincanV Date: Thu, 20 Feb 2025 14:50:44 +0300 Subject: [PATCH] Update account-pro.md --- docs/en/modules/account-pro.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/modules/account-pro.md b/docs/en/modules/account-pro.md index 327a274f84..83cccd9dc1 100644 --- a/docs/en/modules/account-pro.md +++ b/docs/en/modules/account-pro.md @@ -62,7 +62,7 @@ This module doesn't seed any data. ## Options -### AbpIdentityAspNetCoreOptions +### AbpAccountOptions `AbpAccountOptions` can be configured in the UI layer in the `ConfigureServices` method of your [module](../framework/architecture/modularity/basics.md). Example: @@ -76,6 +76,10 @@ Configure(options => `AbpAccountOptions` properties: * `WindowsAuthenticationSchemeName` (default: Windows): Name of the Windows authentication scheme. +* `TenantAdminUserName` (default: admin): The tenant admin user name. +* `ImpersonationTenantPermission`: The permission name for tenant impersonation. +* `ImpersonationUserPermission`: The permission name for user impersonation. +* `ExternalProviderIconMap`: A dictionary of external provider names and their corresponding font-awesome icon classes. You can add new mapping to this dictionary to change the icon of an external provider.(Popular external provider icons are already defined, such as `Facebook`, `Google`, `Microsoft`, `Twitter`, etc.) ### AbpProfilePictureOptions