I am running into some weird permission issues with endpoint documentation
I created a /docs with the administrator role permission.
http://localhost:5000/swagger/index.html?urls.primaryName=docs
Looking through the logs I see that its evaluating my claims every time I refresh the page.
I am logged in with Windows authentication and my user role is an admin
This is working fine on another node with the same configuration. The only thing different is the one giving me the 403 is using an SQL backend meanwhile the one that is working is using dblite. Both PSU instances are running 3.8.12