Activities of "464199480"

Hi @sumeyye.kurtulus

This temporary solution will only work for one module; it will need to be used by every module to solve the entire issue.

Does the module need to refer to permission.guard.ts separately in the next version?

I found a few addresses with the same situation

http://localhost:4200/audit-logs http://localhost:4200/text-template-management/text-templates http://localhost:4200/language-management/languages http://localhost:4200/language-management/texts http://localhost:4200/identity/organization-units http://localhost:4200/identity/roles http://localhost:4200/identity/users http://localhost:4200/identity/claim-types http://localhost:4200/identity/security-logs http://localhost:4200/saas/tenants http://localhost:4200/saas/editions

This link is not affected http://localhost:4200/setting-management

Sidebar refresh does not expand automatically after using the fix

Hi @sumeyye.kurtulus.

Any temporary solution?

Hi @maliming It has been sent.

Cli command Cli command abp new Acme.BookStore -u angular -t app-pro -theme lepton

environment.ts

const oAuthConfig = {
  issuer: 'https://localhost:44311/',
  redirectUri: baseUrl,
  clientId: 'BookStore_App',
  responseType: 'password', 
  scope: 'offline_access BookStore',
  requireHttps: true,
  impersonation: {
    userImpersonation: true,
    tenantImpersonation: true,
  },
};

Go to http://localhost:4200/openiddict/Applications, then press F5 to refresh. You will encounter a 403 error.

Hi @sumeyye.kurtulus. After using the temporary solution, there is no error output. But I found this issue

  override isImpersonatorVisible(): boolean {
    console.log('isImpersonatorVisible');
    const {
      currentUser: { impersonatorUserId: userId } = {}
    } = this.configState.getAll();
    return !!userId;
  }

Thank you for your reply. Could you please tell me if there is a temporary fix for this error? Or, if you can specify the release date for the fix, we can arrange the upgrade plan accordingly.

Cli command abp new Acme.BookStore -u angular -t app-pro -theme lepton

lepton theme no longer supported?

Hi. It works. When will the fix be released?

Could you try to apply for a Microsoft clientId? It might help to reproduce my problem.

Hi

AuthenticationFailureException: OAuth token endpoint failure: invalid_client;Description=AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'e42cec2e-afd5-45ef-83e6-85bb54f58b19'. Trace ID: 0262dabf-2e50-47a0-8117-7d83235a2100 Correlation ID: f7fce4f7-bef4-44b9-917e-b5077b8d7bc8 Timestamp: 2025-03-11 06:05:36Z;Uri=https://login.microsoftonline.com/error?code=7000215
Showing 21 to 30 of 63 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 05, 2025, 09:28