I started with the keycloak example. -> https://learn.microsoft.com/en-us/dotnet/aspire/authentication/keycloak-integration?tabs=dotnet-cli
I added swagger UI for the service.
With the help of this package I was finaly able to enable the authorize button.
However, if I click on authenticate I only see a client-id/secret authentication.
I was hoping for a user/password authentication so that existing users can authenticate.
Regardless of that I was unable to get the authentication working at all.
Could you maybe provide an example how to enable authentication in combination with keycloak?