Please try to remove the Trusted_Connection=True;
User ID and Password are specified and
Trusted_Connection
is set to true, the User ID and Password will be ignored and Integrated Security will be used.
hi
You can override the public virtual async Task<IActionResult> OnGetExternalLoginCallbackAsync(string returnUrl = "", string returnUrlHash = "", string remoteError = null)
method of account\src\Volo.Abp.Account.Pro.Public.Web.IdentityServer\Pages\Account\IdentityServerSupportedLoginModel.cs
.
Check the current tenant
and ExternalLoginInfo
See https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Guide
hi
You're right.
IAbpAuthorizationExceptionHandler doesn't format 403 response as a valid abp format error reponse. Not sure why.
The reason: https://github.com/abpframework/abp/issues/9926#issue-983402382
You can directly display an error message.
HTTP 403 is returned when the client is not permitted access to the resource despite providing authentication such as insufficient permissions of the authenticated account.
Let application shut down
Can you explain it in detail? Thanks
Please wait for our Angular Team's response.
Good news.