Activities of "enterprise.stb.dev"

Hi,

Not sure how to set disableOAuth2StateCheck to false. I'm using abp angular template.

As for

This seems related to the Chrome & angular-oauth2-oidc

https://github.com/manfredsteyer/angular-oauth2-oidc/issues/728#issuecomment-1914817242

I have check the thread and it seems there no real fix for the issue.

Hi,

Sorry for the late response.

Here the logs.

auth_log

You can download it as text file. This is the only way I can share the logs in my org.

hi, I don't think these AI answers solve my problem.

please help.

thanks

Hi,

I got this error Validating access_token failed, wrong state/nonce when login again after session expired with multiple tabs opened.

  • ABP Framework version: v8.2.0
  • UI Type: Angular
  • Database System: EF Core (Oracle)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: Validating access_token failed, wrong state/nonce
  • Steps to reproduce the issue:
  • Start Angular and .NET server and login
  • Open second FE tab after login
  • Wait for session to end or delete access_token key in local storage (easiest way to reproduce)

I also notice this only happen in Chrome and Edge. Does not happen in Firefox.

Thanks.

Question

Hi,

In angular route provider, I have parent and child routes like this:

{
    path: '/examples',
    name: '::Menu:ExampleRoot',
    layout: eLayoutType.application,
    iconClass: 'fas fa-book',
    order: 2,
    requiredPolicy: 'ExampleGroup.Example'
  },
  {
    path: '/examples',
    name : '::Menu:Example',
    parentName: '::Menu:ExampleRoot',
    layout: eLayoutType.application,
    requiredPolicy: 'ExampleGroup.Example'
  }

Not sure if this is intended or a bug, but when I click the parent menu, it doen't route to the path '/examples' which I set.

How do I make it so that when I click on the parent menu, it routes to path '/examples' and also expand the child menus?

Thanks

  • ABP Framework version: v8.2.0
  • UI Type: Angular
  • Database System: EF Core (Oracle)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
  • ABP Framework version: v8.2.0
  • UI Type: Angular
  • Database System: EF Core (Oracle)
  • Tiered (for MVC) or Auth Server Separated (for Angular): No
  • Exception message and full stack trace: None
  • Steps to reproduce the issue: None

Hi,

Is there any we could add new language texts and permissions from Angular UI? Our organization production deployment process is pretty complicated so we would like our Administrator to be able to do all that from the UI instead of updating the json file/source code and deploy again.

Thanks.

with sample Blazor AuthenServer config

When usage angular how to security ClientSecret?

then change this angular app => yup, we're doing this. But with public web use authentication type **confidential ** but don't know configuration environment angular app how that?

We're want to build public website with angular on project microservice template, but not find example anywhere only example with Blazor. You're can help me suggest example build this with angular BFF public gateway and authentication server with type confidential.

Best regard,

  • ABP Framework version: v8.2.2
  • UI Type: Angular
  • Database System: EF Core (Oracle)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes - Auth Server Separated (for Angular)
  • Exception message and full stack trace: None
  • Steps to reproduce the issue: None

sorry my application doesn't publish to internet. can you suggest a key work to me for this problem ?.

Showing 1 to 10 of 16 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.1.0-preview. Updated on November 07, 2025, 08:20