https://learning.postman.com/docs/sending-requests/cookies/
It's on the plan.
hi
I call it from Postman and it returns Bad Request.
Please check the app logs.
Please try to use different scheme.
The default scheme of AddMicrosoftIdentityWebApp
is OpenIdConnectDefaults.AuthenticationScheme
https://github.com/AzureAD/microsoft-identity-web/blob/0e8a08d8c55edf3aec695a809d189d2ac4b770d9/src/Microsoft.Identity.Web/WebAppExtensions/MicrosoftIdentityWebAppAuthenticationBuilderExtensions.cs#L42
hi
This seems to have nothing to do with the abp framework, you can Google to find related solutions
what are the logs of the administration microservice and web gateway?
hi
Add the package to your csproj
.
<PackageReference Include="Volo.Chat.SignalR" Version="x.x.x" />
abp\account\src\Volo.Abp.Account.Pro.Public.Web\Pages\Account\Login.cshtml.cs
account/login
this belongs to the Account pro module.