Related to https://github.com/aspnetzero/aspnet-zero-core/issues/2597
Hi, if your microservice is authenticated via aspnetzero application, then you can consider using claim/scopes to achive this.
Otherwise, you can create an API on granted permissions for your microservice to consume.
Hi, you can follow the instructions at https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Features-Angular-Social-Logins
ANZ supoorts the external providers mentioned in the link above by default.
if you need to customizethe username and email fields , please refer to https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Features-Angular-Social-Logins#iexternallogininfomanager-interface
Hi, @dev_frontrush you can consider using LocalizationHelper
.
https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Localization/LocalizationHelper.cs
Hi, do you mean using aspnetzero permission in the external microservice that is not part of aspnetzero application?
Hi, what is your ANZ project version and framework?
You can follow this document if you are using MVC5
Hi, Swagger Ui login does not have SignalR chat feature, you can try to login the buyer and seller accounts on different browsers to similate the chat scenario.
Hi, removal of MapTo
method was done in https://github.com/aspnetzero/aspnet-zero-core/pull/2553 and to be released with ANZ v7.2.
Regarding the EntityPropertyChange
, we will check and fix it. (https://github.com/aspnetzero/aspnet-zero-core/pull/2604)
Thanks for letting us know.
Hi, it depends on whether your list of dedvice type can be overrided or not.
if it can be overriden, then using IMayHaveTenant
sounds reasonable.
If it does not, you can consider using a table without multi tenancy concept to store such data (or even just a config file to store all the device types)
Hi, this is caused by AutoMapper 8.1 removed supoort for CreateMissingType
.
See https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4724#issuecomment-515679300