I am trying to add authentication in the swagger. I am using springfox for using swagger. How can i add implicit Oauth2 in the swagger.
Asked
Active
Viewed 446 times
0
-
This might help: https://springfox.github.io/springfox/docs/current/#securing-swagger-ui – juunas Jul 31 '18 at 07:21
-
Adn this: https://github.com/springfox/springfox-oath2-demo/blob/master/src/main/java/myprojects/sample/oauth/config/SwaggerConfig.java – juunas Jul 31 '18 at 07:23