Starts in:
3 DAYS
0 HR
51 MIN
3 SEC
Starts in:
3 D
0 H
51 M
3 S

Activities of "maliming"

Resovled

hi

Join and share screen

https://us05web.zoom.us/j/87647575094?pwd=l38JLZ8wmFYZV6MGavjY9nWp3jrm0a.1

hi

The interfaces of IdentityUserIntegrationController is empty.

Can you check this?

Have you set ExposeIntegrationServices to true?

What are generated classes in ClientProxies folder?

Is there an IdentityUserIntegrationClientProxy file?

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

Showing 1 to 10 of 8495 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06