hi
I think you can override the (ChatIconComponent)chat-icon.component.ts
https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement
hi
We use oauth2 and standard asp net core authentication and authorization in microservices, you only need to integrate according to the documentation of wso2 API.
hi
Maybe the cookies are different in local and production.
https://docs.abp.io/en/abp/latest/Multi-Tenancy#default-tenant-resolvers
hi
You can add your code to:
app.Use(async (ctx, next) =>
{
if (ctx.User.Identity?.IsAuthenticated != true)
{
var result = await ctx.AuthenticateAsync("jwt2");
if (result.Succeeded && result.Principal != null)
{
// add your logic
ctx.User = result.Principal;
// add your logic
}
}
await next();
});
hi
You can inject the IdentityServerOptions
and IOptions<IdentityServerOptions>
to check its values.
hi
You can keep testing it and give feedback here.
hi
Is possible that the chat module make convertion on groups and channels?
not yet possible
Is possible customize the message of the chat notifications?
Is this notification belong mvc or angular UI?
hi
Do you mean this video?
https://abp.io/conference/speakers/gleidson-nascimento
hi
its redirecting to https://example/Account/Login. how can I update Account/Login to Account/Passwordless.
https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project
https://gist.github.com/ebicoglu/ce0f0425bab806d0ee1a87d0073af96b