AddIdentityApiEndpoints support

Does or will RBS support the new AddIdentityApiEndpoints feature in .net 8. i would really like to use this so that i can authenticate with an external application.

Such method is not part of our security template however you can extend the application created with Radzen Blazor Studio in the way you need.

Does anyone know how to complete this extension when i add builder.Services.AddIdentityApiEndpoints();
to program.cs i get "Unhandled exception. System.InvalidOperationException: Scheme already exists: Identity.Application"