hi
There is no 400 error. Can you share the full logs.txt file of web and authserver to liming.ma@volosoft.com
Thanks.,
hi
Can you share a test app to reproduce the problem?
liming.ma@volosoft.com
Thanks.
hi
https://abp.io/docs/latest/modules/openiddict#updating-claims-in-access_token-and-id_token
https://abp.io/docs/latest/framework/infrastructure/data-filtering?_redirected=B8ABF606AA1BDF5C629883DF1061649A#defining-custom-filters https://abp.io/community/articles/switching-between-organization-units-i5tokpzt#gsc.tab=0
Thanks.
hi
The OpenID Connect supports this; you can use code to add a JsonWebKey to your application. For the ASP.NET Core OIDC, you can refer to the Identity Server sample.
https://kevinchalet.com/2023/10/20/introducing-native-applications-per-client-token-lifetimes-and-client-assertions-support-in-openiddict-5-0-preview1/#Client-assertions
https://docs.duendesoftware.com/identityserver/tokens/client-authentication/#using-aspnet-core https://github.com/DuendeSoftware/samples/blob/9ce9dd71b07d7c63684d4d103e4fb683757fd8a9/IdentityServer/v7/Basics/MvcJarJwt/src/AssertionService.cs#L15
Thanks.
hi
You can also change your api url in Angular instead of adding a new one xsrfAbsoluteUrlInterceptor
export const environment = {
production: true,
application: {
baseUrl,
name: 'RTA HR Training',
},
localization: {
defaultResourceName: 'AbpUi',
},
oAuthConfig,
apis: {
default: {
url: "/HRBack",
rootNamespace: 'TNAPlanner',
},
AbpAccountPublic: {
url: "/HRBack",
rootNamespace: 'AbpAccountPublic',
},
},
remoteEnv: {
url: 'dynamic-env.json',
mergeStrategy: 'deepmerge'
}
} as Environment;
Thanks.
ok. Refunded.
hi
Can you check this?
https://abp.io/support/questions/817/How-to-delete-current-license-login-session#answer-4cbc8f13-c7f3-84fa-7fc8-39fa2688df13
Thanks
hi
Yes, the error no longer exists.
Thanks.
hi
You can override the default OpenLdapManager/LdapManager to get multiple configurations for a single tenant.
Thanks.