The same issue is happening over here. I can't download packages anymore.
hi
Can you share
Logs.txtfile?I think you have some permission problem.
btw, Is there any error message on browser console?
liming.ma@volosoft.com
It's happening again today. Where do I find the 'logs.txt'? I don't have it anywhere.
The only thing I could see on the browser is below:

Maybe this could indicate an issue. I can still see the Admin website loading, except for the menu. I get access denied if I try to go /Saas/Host/Tenants

hi
Can you check the
logs.txtto see what happened?
Should I be looking for some specific message? All the logs I can see on our app are informational.
See the image below. Home always shows but not the other ones. They disappear altogether and no changes have been made to the menu,
Could you please share with me the code reference so I know where ABP populates ICurrentUser? I'm a commercial customer, but I'm happy with a reference to the open-source version, too.
Thanks, Osmar
Thank you, this was helpful!
A couple of additional questions on top of what I sent before:
ICurrentUser and that seems to be the right direction in terms of passing the correct ID to ABP. How does ABP handle the claims received by Auth Server? Does ABP have anything in between the Auth Server and how claims get populated within the ClaimsPrincipal?Thanks.
I spent the day looking into this, but unfortunately, as we are ABP Commercial customers, I can't see what IdentityPro registers. I would like to know which services to rewrite, which claims my users have to have, and how to ensure that tenant information and the current user are populated correctly.
Hi,
I'm replacing ABP's AuthServer with Auth0. I can authenticate users on Auth0, but that's the easiest part. To make things easier, I'm tackling one problem at a time. Please, note that I have looked at the docs and I didn't find anything pointing me in the right direction.
**I want to log into Admin Web Portal using my Auth0 user **
I have successfully configured the authentication to switch from Auth0 to Auth Server - both can authenticate, but only Auth Server authorises users.

**My questions are: **
Thanks in advance.
I'm sorry, but I checked both documents before coming here; otherwise, I wouldn't have created a ticket.
If you refuse to give me an answer, that's OK. I have a fully functional system, but I can't see how I can remove the permission groups in either document you have suggested so far. If that's as simple as you suggested, I would really appreciate if you could copy something from the actual page that indicates how to do what I am asking.