I have a ASP.Net application and it uses Swashbuckle and viewing the documentation all worked fine until another developer set up some authorization logic using a JWT and where "Authorization Bearer" needs to be passed in every header request. After that implementation I can't even view the documentation at /44300/swagger. It just says invalid credentials. I have the ability to generate a token hitting an /api/security endpoint but how can I configure Swashbuckle to get/use a token just to load the documentation page. This is really frustrating as I can't find any information online.
Again, I am not trying to hit endpoints through Swashbuckle. I simply want to hit the URL to view the documentation and it won't allow me to