Hi guys, my team and I are planning to expose a few apis to external clients, and in doing so we want to limit certain apis using an OpenIddict scope. We've managed to successfully do this with our custom apis but having an issue the core abp apis.
These are some of them, we'd like to limit these apis using a scope. So only the application authorized can access these endpoints even if the authenticated user has the required roles /api/audit-logging/* /api/setting-management/* /api/file-management/*
Please assist
Regards, Mogau
The wrong casing was sent by the security code service on angular
OpenIddict rejects the auth request because it can't find the relevant params for username and password (incorrect case sensitivity)
This breaks the 2FA flow because OpenIddict is rejecting the request Is it possible to override the security code service in the meantime?