I have existing api on asp.net mvc framework and I am attempting to add swagger (swashbuckle 5.6) to it and getting issues with authentication. How do I correctly add swagger auth0 configuration set up with the swaggerconfig file in app.start? Is there information you need, I already have a file that configures jwt, how do I configure /swagger/ui to work correctly with the already existing auth process.
Currently the swagger ui opens up, but there is button there that asks to authorize any requests. What should I do, what steps should I follow to do this easily and correct? Is there any documentation that will support this transition?