Hi, The authorization button and Authorize button work ok, I see the accessToken being populated on the redirect callback URI (but not stored in local storage) and I get the screen with Logout, so it seems to me that the configured OAuth2 implicit flow worked (except that I do not see the token stored locally in the browser chrome). But the token is not sent to any endpoint. This can be related to the fact that I see no token stored, or to the way I configured the endpoints (I did set an authorizations on @ApiOperation, like this: authorizations = Array(new Authorization(value="apiAuth", scopes = Array())) in Scala). Please help, Thanks, Nicu Marasoiu
-- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
