Activities of "luciana"

Hi,

We have need to define multiple different ABP based solutions and yet still use the same openiddict auth server for a single sign on experience and central management of users, roles and permissions. The auth server has been configured and the client applications including the other client api's (ie. the host api's of the various modules) have been registered. The redirect works and a valid token is issued, however the authentication and authorization fails in the host api. We are able to get this working, if we manually create the tenant, the user and the session record in the database that is used by the host api. Can we programmatically create the tenant if it doesn't exist, create the user if it doesn't exist, and the session context for that user so that ICurrentUser and ICurrentTenant works? Alternatively is there a different approach we can take to take to implement this?

ABP Version - 9.2.0

Hi,

Can you provide us a with a single migration that needs to be applied for both the host and tenant when upgrading from 8.3.0 to 9.2.0? Here is the solution configuration:

  • Template: app
  • Created ABP Studio Version: 0.8.2
  • Current ABP Studio Version: 0.9.26
  • Tiered: Yes
  • UI Framework: angular
  • Theme: leptonx
  • Theme Style: system
  • Progressive Web App: Yes
  • Database Provider: ef
  • Database Management System: mysql
  • Separate Tenant Schema: Yes
  • Mobile Framework: none
  • Public Website: No
  • Optional Modules:
    • LanguageManagement
    • AuditLogging
    • SaaS
    • OpenIddictAdmin

Hi,

Is there a problem with nuget.abp.io? Recently our Azure DevOps builds are failing when attempting to install the cli and/or when attempting to install nuget packages,

Here is the script to install the CLI: dotnet tool install -g Volo.Abp.Studio.Cli It fails with the following error: Response status code does not indicate success: 403 (Forbidden).

Similarly, when attempting to install nuget packages: Determining projects to restore... Retrying 'FindPackagesByIdAsync' for source 'https://nuget.abp.io/ {{redacted}} /v3/package/volo.abp.users.abstractions/index.json'. Response status code does not indicate success: 403 (Forbidden).

Regards, Lucian

Hi,

How can I update/customize the login page of the account pro module (note: separated openiddict auth server) so that we can personalize it for our use case? As an example, changing the background image or updating the text on the buttons etc. I would assume that we would either need the code for login view and override it entirely or there is a way to update parts of it?

  • ABP Framework version: v8.3.0
  • UI Type: Angular
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: Not applicable
  • Steps to reproduce the issue: Not Applicable
Showing 1 to 4 of 4 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 01, 2025, 08:37