Activities of "LiSong"

Answer

but how can I use it here, or can you give me the full file? can't find the namespaces

*You can try to override the GetSelectedStyleAsync method of ILeptonXStyleProvider service always to return LeptonXStyleNames.Light?

public override Task<string> GetSelectedStyleAsync() { return Task.FromResult(LeptonXStyleNames.Light); } Thanks.*

Answer

[maliming] said: hi

Please inherit the LeptonXStyleProvider base class.

Thanks.

hi, is there a doc for this LeptonXStyleProvider? I couldn't find one and I found this support ticket https://abp.io/support/questions/5295/Tenant-specific-themes

Answer

is there a doc for this LeptonXStyleProvider? I couldn't find one and I found this support ticket https://abp.io/support/questions/5295/Tenant-specific-themes

Answer

how to implement other functions?

namespace Tapp.Web;

public class TappLeptonXStyleProvider : ILeptonXStyleProvider { public Task<string> GetSelectedStyleAsync() { return Task.FromResult(LeptonXStyleNames.Light); }

public Task&lt;LeptonXSideMenuState&gt; GetSideMenuStateAsync()
{
    return Task.FromResult(LeptonXSideMenuState.Expanded);
}

public Task&lt;bool&gt; GetSideMenuStateAsync()
{
    throw new System.NotImplementedException();
}

}

Answer

are you sure? I got this Cannot resolve symbol 'LeptonXThemeUiOptions'

hi, it worked serverBuilder.AddProductionEncryptionAndSigningCertificate("openiddict.pfx", "your_password"); however, I have to put the pfx in the server folder directly, which is not the best practice, any better way to manage the pfx file? thanks

I got a question, currently the site is working fine, it's multi-tenacy site. if this line of code is not working, why the auth, login, sign up pages are still working? thanks

using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);

This line of code has a problem.

The Azure hosting environment does not allow your application to access the CurrentUser certificate store by default.

after generating the file and updating the code, should I update any other place? since it's the important certificate file, I am wondering if I have to do more and let the whole system to use it?

do you mean putting openiddict.pfx in the root folder and use it like this? serverBuilder.AddProductionEncryptionAndSigningCertificate( "openiddict.pfx", "your-password", X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.EphemeralKeySet);

thx

I manually created the new application here, should I update db migrator, add the application in and run it?

  1. maybe it has sth to do with the way I created this new application, do you have an instruction for this?

  2. when should we use public client vs confidential client, I am using a react app to connect, should I use public client?

  3. what's hybird flow, password flow, etc..

  4. what's extension grant types

Showing 1 to 10 of 80 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 10, 2025, 12:02
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.