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.
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.
I also notice this only happen in Chrome and Edge. Does not happen in Firefox.
Thanks.
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
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.
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,
sorry my application doesn't publish to internet. can you suggest a key work to me for this problem ?.