Activities of "rajasekhard2015"

I need to create identity server clients at tenant level but. that menu not showing tenant level. is there any configuration need to enabled?

Yes i done this way but i need to change the logo tenant based. is any other way to display tenant based logo?

I have added override the logo path it's not effecting in the page

public class AbpIoDocsBrandingProvider : DefaultBrandingProvider
{
    public override string AppName => "Acme - MyBookStore";
    public override string LogoUrl => "/images/myLogo.png";
}

I am doing like this,

   public class TestAppFeaturesDefinitionProvider : FeatureDefinitionProvider
    {
        public override void Define(IFeatureDefinitionContext context)
        {
            var myGroup = context.AddGroup(TestAppFeatures.GroupName);
            myGroup.AddFeature(TestAppFeatures.Chat,"false", L("Feature:Chat"), L("Feature:Test:Description"),null,false);
        }
        private static LocalizableString L(string name)
        {
            return LocalizableString.Create<TestAppResource>(name);
        }
    }

Is it Correct way?

After adding this. i am getting this feature in edit edion features modal. but unable to see the proper way like checkboxes for enabling/disabling not showing properly

How to enable featue management at tenant level/edition level please give me one example for the enabling features at tenant level

  1. .Net Core MVC
  2. Non Tired Application

I have configured 2 Clients in indetity server. i am trying to login with one client its successfully happening with asking consent page!. and in same browser i am trying to another client its again asking consent page.

for SSO login i don't want accept the claims/scopes every time in consent page

Remember consent page not working properly. its asking every time

Its not working in release mode. its showing the error like $ not found and abp notfound And also css also not coming.

Thank you liangshiwei its working.

index.js file where can i get that.

Showing 11 to 20 of 38 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11