Activities of "nguyenngoc.son"

Hi, thank you for the confirmation

Hi, I'm understand that with the Optional, user can choose to enable or not, however right now user can not access the tab TwoFator to enable it

I have setup the 2FA at tenant level asOptinal, and the user can change when accessing the page My Account, the app is calling the API api/account/my-profile/can-enable-two-factor, for some users it return false and for some user it return true so user can not able to select their 2FA method

  • ABP Framework version: v8.3

Hi, I'm having a set of URLs as below:

  • Tenant URL: research1.dev.poc.com,research2.dev.poc.com, research3.dev.poc.com,...
  • Host side URL: host.dev.poc.com
  • API url: api-dev.dev.poc.com
  • identity url: api-dev.dev.poc.com

When I accessing the host side and click the login button (angular app), then it redirect me to the login page with redirect url is host.dev.poc.com How can I configued it?

Hi, The same issue with loginUsingGrant method

Hi, When the application call method login of ABPOAuthService, we only sent the username and password user to the request payload. As you can see on the second and third images, I believe that the login function is getting client_id, client_secret, and scope from environment.

After update the dummyClientSecret by setState function of EnvironmentService, the login function throw the exception relative to the tokenEndpoint.

However when I check that value in the environment then it still exists.

It working as expected if I

Network tab

Request body

Parameters send to login function

Login function from @abp/ng.core lib

Hi, After following the guidelines,

I got this error when login, the login method of ABPOAuthService throw exception for not find the token endpoint

When I revert the changes, it working as expected

Hi I'm try with the above guideline, however I got the error below

Hi, Currently we're working to remove the dummyClientSecret config out of the environment.ts. Because in our application, we'll call the connect/token API from the method login of AuthService (@abp/ng.core lib) so after removing it, the API returns invalid_grant message because when calling the connect/token API the login method automaticly send the dummyClientSecret value to the request body. We have tried to set the dummyClientSecret value inside the angular component using the setState method of EnvironmentService, however the login method throw the exception tokenEndpoint is null. But when we console log the environment, then the tokenEndpoint still exists with the same value we config inside the environment.ts file

  • ABP Framework version: v7.4.2
  • UI Type: Angular
  • Database System: PostgreSQL
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

so in the OAuth Config section, we have those below information: issuer, clientId, dummyClientSecret, scope, showDebugInformation, oidc, requireHttps which one can be removed?

Showing 1 to 10 of 22 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 20, 2025, 07:44