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,
Sorry for your inconvenience I will check again and get back to you.
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
Hi,
could you please check for logs? please share if any
please confirm whether your deployed application is able to connect to the Redis server or not?
Hello,
can you please share some more details :- ABP Framework version: ? UI Type: ? Database System: ? Auth Server Separated (for Angular): ?
Also check the similar issue https://support.abp.io/QA/Questions/1262/Blazor-Server-UI-on-IIS---No-menus-show-after-log-in
or try to provide steps to reproduce the issue.
Also check if any error logs?
Thanks,
Yes, please send a stack trace if any
Hi ,
Can you share error logs .
Thanks,
Hi,
Can you check this links 1.https://github.com/abpframework/abp/issues/18060 2.https://docs.abp.io/en/abp/latest/Dynamic-Claims
Thanks.