I have a task to include authorization (JWT Bearer Token) in Swagger. There is a service where you can get the JWT Token, which is located on another server. And with this token in the header, you can send requests. I can not find examples and documentation, what I found most for Asp.net core. Any help by the way!
Asked
Active
Viewed 726 times
2
-
1Does this answer your question? [Authorization for JWT bearer in Swashbuckle .NET Core 2](https://stackoverflow.com/questions/48985240/authorization-for-jwt-bearer-in-swashbuckle-net-core-2) – S. ten Brinke Jan 26 '22 at 19:42
-
I need for . net framework – Salamat Turdukhodzhaev Jan 27 '22 at 01:30
-
Have you found a solution yet? – Hamza Khanzada Apr 07 '22 at 10:26