0
BobIngham created
I would like to implement a tab on a tenant page which is only available to the host Admin. To do this I thought the best way would be to get the impersonated userid, is this even possible in angular? Or is the best way to apply a host permission and apply it to the tab in questilon?
2 Answer(s)
-
0
Hi,
Server side doesn't send this information to client by default but you can include it here https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Application/Sessions/SessionAppService.cs#L34 and use it on Angular side.
-
0
That's a shame. I will make a request via github so it can be given consideration