Hi,
Could you share a project that can reproduce the problem with me? I will check it. shiwei.liang@volosoft.com
Hi,
The saas module UI for host users only Are you logged into the application as a tenant user?
Hi,
I'm not sure about your project details.
you can set the RequireHttps to false if you want to use HTTP.
"IdentityClients": {
"Default": {
"GrantType": "client_credentials",
"ClientId": "BackgroundWorker.DockerHttp",
"ClientSecret": "1q2w3e*",
"Authority": "http://authserver:7000",
"Scope": "MyService",
"RequireHttps": false
}
Error: Error connecting to http:/authserver:7000/.well-known/openid-configuration. HTTPS required.
You need to use HTTPS.
Hi,
We will fix the demo website
Hi,
See https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.UI.Navigation/Volo/Abp/Ui/Navigation/Urls/AppUrlProvider.cs#L15-L18
You can try to update the appsettings.
For example:
{
"App": {
"SelfUrl": "https://{{tenantName}}.localhost:44308"
}
}
HI,
Do you have any documentation for leptonx css classes?
No, we don't have such a document.
But you can download the source code, everything is there.
I understand that I am asking too much, but could you provide a concrete example of how to apply leptonx css classes for Syncfusion or any other third party components provider for instance for Blazor datagrid.
The leptonx theme is adapted for Bootstrap components, I don't know much about Syncfusion, but I think it should work if the Syncfusion component can use Bootstrap.
UI type: Angular
Are you using angular as the front-end, right?
I think the URL is http:localhost:4200
Hi,
We have a data seed system: https://docs.abp.io/en/abp/latest/Data-Seeding
The permission module implements the IDataSeedContributor interface to grant permissions to admin user.
https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo/Abp/PermissionManagement/PermissionDataSeedContributor.cs