We have to enable below permission for role but don't want menu (administration --> identity management --> users) to be displayed in web UI. How we can achieve it. Identity management --> user management --> create/Edit permission
I have following domain class. i have to create a instance and set the Id property. How i can set Id property. (I understand Id is Private so what will be alternate).
public class MyCloass : FullAuditedAggregateRoot<Guid>, IMultiTenant
{
[NotNull]
public virtual string Detail { get; set; }
[NotNull]
public virtual string Title { get; set; }
}
Hi Team, i have to get permssions assigned to a role (role1) and has to create same set of permissiones for another role (role2). How i can do it.
Hi Team, We have to get the current device and browser information and show within our application. As we are storing similar information in "SecurityLogs", so i am assuming that angular project already refer some library that we can reuse.
Please Note i don't have D Drive in my system
[20:56:44 ERR] ABP-LIC-0013 - License exception: ABP-LIC-0023: An error occured while calling the license server! The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.
How we can changes 2-Factor Code Email and Phone SMS message format?
We need to make sure that identity token is getting expired when user is inactive for 5 min. It should be sliding expiration not the absolute expiration. Please confirm 1- Is this the default behaviour in ABP or do we have to make any customization? 2- We are using "https://identityserver/connect/token" api (grant_type = Password) to get the token in our mobile app. How we can achieve sliding expiration?
how we can configure role level 2-factor authentication