Activities of "Anjali_Musmade"

Hello,

Have you check this documentation https://docs.abp.io/en/commercial/latest/themes/lepton-x/angular-customization please check if it helps you.

Hello,

Try to add icon like this icon: "lpx-icon bi bi-star-fill" in MenuContributor.cs file.

Thank You

Hello ,

Have you added Volo.Abp.Identity; in SampleAppServiceTests.cs file. Please check once.

Thank you.

Hello ,

Could you please check this if it helps you https://docs.abp.io/en/commercial/latest/tutorials/book-store/part-4?UI=NG&DB=EF

Thank you.

Answer

Hi,

could you please check this if it helps you https://support.abp.io/QA/Questions/4484/Allow-Guest-user-to-use-certain-application-services-served-by-a-guest-page#answer-562eec34-7eec-073f-0829-3a092fd6770f

Hello,

I had tried deploying ABP Application template (Angular) with Auth Server Separated, and I am able to see the Menu items after logging from Angular application In this I have used localhost domain only.

Please check logs of API application (for any errors) as it is might be related to permissions. In the logs shared by you there is no any error

Hello,

I am not exactly sure but I think this might help you.

try to call your method inside below code in app.component.ts

export class AppComponent {
  constructor(private authService:AuthService)   { }
   
  ngOnInit(): void {
  
   if(this.authService.isAuthenticated){
    console.log('logged in');
    //you can call your method here for refreshing the configuration properties
   }
}
}

thanks

Hi,

Have you check this documentation https://community.abp.io/posts/consume-abp-api-from-flutter-app-adzzfnji ? please check if it helps you. if possible please give steps to reproduce or error logs.

thanks,

Answer

Sorry for your inconvenience I will check again and get back to you.

Answer

Hello,

There is no any specific example but you can refer this https://github.com/abpframework/abp/issues/8620

ABP's dynamic claims feature is used to automatically and dynamically override the configured claim values in the client's authentication token/cookie by the latest values of these claims.

thanks

Showing 401 to 410 of 1091 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 25, 2024, 05:13