Create a template that can be used for super cheep hosting on Azure Static Web were it can use Azure Functions to authenticate and get static data from Sqlite (or in memory read from file?).
I for example want to switch from my Ghost.org blog to that and just for my personal blog and want to use abp.io CMS Blogging capabilities.
For this I only need to log in (password can be static in the Azure Functions and the blog could come from Sqlite
create a single-layer template from the open-source side. you just need to replace the authentication.
Suite: Add ability to manually specify a project's ABP Version
Problem: When using Directory.Build.Props like this
to unify the abp version inside the whole project
ABP suite is not able to detect on which version my app is running on.
Suggested solution Ability to manually specify the version somewhere.
@jfistelmann you can set the version info manually. There are also other options that you can manually edit. Just open the following file:
Windows:
%UserProfile%\.abp\suite\appsettings.json
MAC:
~/.abp/suite/appsettings.json
The issue is fixed with the upcoming version. PR: 14841
Yes, ABP supports two-factor authentication. Here are the related links:
Does ABP Commercial support 2 factor authentication?
Yes, ABP Commercial supports both Active Directory and Azure Active Directory. For more information, you can check out the following links:
LDAP Test Application The following simple Dotnet Console App is for testing your LDAP configuration. Before configuring your LDAP settings, you can test the information via this app to see if it works. ABP LDAP Test Application
Does ABP Commercial support Active Directory or Azure Active Directory?
I reopened the question. @zhaof you can write the recent status.