The Identity implementation in .NET8 adds a new functionality called MapIdentityApi, which allows the developer to use a set of preconfigured endpoints for authorization management.
The problem is that we might want to customize the functionality of those endpoints, or even remove the ones which we are not planning to use.