I have an ASP.NET Core 6 Web API with AspNetCore.ApiAuthorization.IdentityServer 6
I'm looking for a way to scaffold api controllers for identity pages. I saw this page however, it says only about razor and mvc projects.
Is there a way I can scaffold those controllers?