See the image below. Home always shows but not the other ones. They disappear altogether and no changes have been made to the menu,
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 struggling to get around how to manage permissions, permissions no longer used and permissions per role.
Thanks!
Hi,
Over the last 11 months, we've been using ABP, and we are happy about it. However, I have been ignoring some key security alerts emitted by GitHub Dependabot and I'd like to know if the ABP team is currently using something along the lines and, also, when there will be an update to the following vulnerabilities:
HIGH
MEDIUM
LOW
Please, let me know how I can ensure my apps are up-to-date and compliant with the latest security standards. Thanks!
I'm using background jobs to perform certain tasks. One of them is to create tenants based on our requirements.
The issue I'm dealing with is authorising my processes to use **IEditionAppService **and ITenantAppService, which require certain policies ("Saas.Editions" and "Saas.Tenants")
Given that my process is initiated in the background, obviously it is not authenticated when trying to call those endpoints resulting in Abp Auth Exception.
Question: What's the best way for me to bypass the need for authorisation on those services or for me to call them as if they could "allow anonymous"? Using context.Services.AddAlwaysAllowAuthorization();
is not an option unless we could do it just in the context of the background jobs.
If possible, provide me with examples on how I can elevate the privileges of my background processes to run as 'admin'.
Thanks!
Hi,
Where does ABP store Tenant Feature Settings & Edition Feature Settings?
I'm considering adding some defaults as part of the EF Migration.
Thanks
Hi,
I'm having a hard time trying to migrate to .NET 8 using the tutorials on the ABP from the website such as https://docs.abp.io/en/abp/8.0/Migration-Guides/Abp-8_0 and https://blog.abp.io/abp/announcing-abp-8-0-release-candidate
I noticed there are no v8.0.0 (not even in the release candidate versions) for the packages 'Volo.Abp.Account.Pro.*. Are they in the process of being migrated to .NET8? What to do with them in the meantime?
Thanks
Hi,
We are running a multi-tenanted solution using ABP Commercial, and we are considering replacing the Auth Server module with a third-party Identity Management Platform such as Auth0.
I read something about the use of external logins on the Auth Server, but I would like to have an actual single sign-on solution and let a single identity potentially have access to multiple tenants, as that's something very common in our industry.
Could you please give me some instructions on what things I should do and consider to make this happen?
Thanks!