NikiforovAll / keycloak-authorization-services-dotnet

Authentication and Authorization with Keycloak and ASP.NET Core 🔐
https://nikiforovall.github.io/keycloak-authorization-services-dotnet/
MIT License
480 stars 113 forks source link

Increase Observability #94

Closed NikiforovAll closed 6 months ago

NikiforovAll commented 6 months ago

Add more logging, it should be possible to trace the application, especially the authorization part because it is hard to troubleshoot.

Optionally, consider adding tracing and instrumentation. Check how Polly does it.