Re: Swagger IO editor for importing a URL

2017-06-07 Thread Ron Ratovsky
Preferably application/json or application/yaml, but any text-based media type should work. From: on behalf of "chipow...@gmail.com" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, 6 June 2017 at 17:05 To: Swagger Subject: Swagger IO editor for importing a URL

Re: Oauth 2.0 enable in swagger with .net core web api

2017-06-07 Thread Ron Ratovsky
If you need to protect the UI itself from being accessed and want to use OAuth2 to block it off, that’s something out of scope for the project and you’d have to implement it on your own. From: on behalf of sushant jha Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Wednesd

Re: Oauth 2.0 enable in swagger with .net core web api

2017-06-07 Thread sushant jha
Hi Ron, Our requirement is that as soon as the request goes to the API Url i.e. localhost:8080/swagger ,it should be redirected login screen(( login.microsoft.com ) for authenticati