[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?
Currently 2-factor can be enabled by host admin, tenant admin at tenant level or by user at user level. Do ABP have any provision to enable 2-factor for any particular role.
In the above example we have to hide "Claims" action
how we can configure role level 2-factor authentication
Thanks. It's working as expected
Hi Team. how i can change the language flag from GB to US, in identity page and app angular page i.e. in complete application for english language
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
How we can setup permission dependency?
In above permission hierarchy if "module1 --> Create" checked we would like also to check "module2 --> create and Update" permission as both have internal api dependency. How we can achieve this.