hi
Join and share screen
https://us05web.zoom.us/j/87647575094?pwd=l38JLZ8wmFYZV6MGavjY9nWp3jrm0a.1
Have you set ExposeIntegrationServices
to true
?
hi
If you want to redirect to the login page for all 401 or 403, you can override the abp.ajax.handleErrorStatusCode
in a global javascript.
https://abp.io/docs/latest/framework/ui/mvc-razor-pages/javascript-api/ajax#log-show-errors
hi
Try to pass the -m
to specify the module name.
abp generate-proxy -t csharp -m identity --url http://localhost:44388/
Remember to set ExposeIntegrationServices
to true
.
Configure<AbpAspNetCoreMvcOptions>(options =>
{
options.ExposeIntegrationServices = true;
});
? That service is not exposed by default, unless you explicitly set ExposeIntegrationServices options (see the Exposing Integration Services section).
https://docs.abp.io/en/abp/latest/Integration-Services
hi
Our support team will check your problem.
ok, Please create a new question if you find something.
hi
However, I have notice after some time, this value automatically changed to "confidential". I have cross-checked the application but was unable to find where the value is being set.
The framework will not do this.
Please check your code. https://auth0.com/docs/get-started/applications/confidential-and-public-applications