Activities of "maliming"

hi

The new translation texts, will be available in next 9.0 patch version:

Thank you for your text!

hi

You need to add your custom API endpoints to update the setting value.

You can also add a GET endpoint to get the setting value. Just like oauth

Answer

all the applications have an angular UI, a ".Http.Api.Host" API project and an "Authserver"

hi

Your application is an API project/website , which means there is no page. It is authenticated by a JWT token.

The SSO will use cookies for authentication. But angular will use JWT token.


If your angular app uses Authorization Code Flow to get tokens. then you can do:

https://abp.io/docs/latest/framework/ui/angular/authorization#authorization-code-flow

  1. You have a lot of angular and API websites. But there is only one authserver project.

  2. If one of your angular => login => redirect to authserver => signed => redirect to angular localhost:4200?code=xyz => angular get the token.

  3. The other angulars do not need to sign again on the authserver website. It will get a token automatically.

hi

We have introduced the session management feature in >=8.2.0

https://abp.io/docs/latest/modules/identity/session-management https://abp.io/docs/latest/modules/account/session-management

hi

Do you have a _ViewImports.cshtml in your views folder?

The tag helper needs it.

@using System.Globalization
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling

see https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/_ViewImports.cshtml

hi

Cannot resolve parameter 'CastandCrew.NorthStar.CoreAccountingManagement.Interfaces.Integration.IAddressIntegrationAppService

After switching to static proxy.

Have you generated the c# proxy file for IAddressIntegrationAppService ?

You need to expose the integration service while generating the proxy.

https://github.com/abpframework/abp/tree/dev/modules/identity/src/Volo.Abp.Identity.HttpApi.Client/ClientProxies/Volo/Abp/Identity/Integration

hi

Tommorow if i create a tenant for customer, Should i not give the tenant admin provision to add openid applications/clients ??

The Tenant usually doesn't to maintain the OAuth2 applications/clients. This is the default design.

Rather than having multilevel subdomains, if i use three certificates for api,authserver and web and create a tenant test, will abp support test.api.com -> test.authserver.com -> test.web.com tenant resolution?

The HTTPS certificates are unrelated to abp. abp framework support resolves tenant from URL.

hi

Can you share your Payment.Admin project? https://wetransfer.com/

I will download and check.

liming.ma@volosoft.com

hi @nacho

I will set this property of the openiddict applications.

https://abp.io/docs/latest/release-info/migration-guides/openiddict4-to-5

hi @nacho

I will confirm this case.

Showing 2911 to 2920 of 11559 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.