Comments on: Building Secure APIs with Vert.x and OAuth2 https://piotrminkowski.com/2017/09/15/building-secure-apis-with-vert-x-and-oauth2/ Java, Spring, Kotlin, microservices, Kubernetes, containers Fri, 28 Aug 2020 14:45:24 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Gadi Eichhorn https://piotrminkowski.com/2017/09/15/building-secure-apis-with-vert-x-and-oauth2/#comment-405 Thu, 07 Feb 2019 22:10:31 +0000 https://piotrminkowski.wordpress.com/?p=6034#comment-405 Interesting! will give this a go. I need a way to integrate a legacy REST server with keycloak auth for a java client. just need the first step of authenticating with keycloack and getting a token. Thanks for sharing.

]]>
By: Yuri https://piotrminkowski.com/2017/09/15/building-secure-apis-with-vert-x-and-oauth2/#comment-404 Wed, 16 Jan 2019 12:29:11 +0000 https://piotrminkowski.wordpress.com/?p=6034#comment-404 It is a quite informative post. I added as a reference on my post about SMS auth in Vertx

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/09/15/building-secure-apis-with-vert-x-and-oauth2/#comment-403 Thu, 01 Feb 2018 14:45:39 +0000 https://piotrminkowski.wordpress.com/?p=6034#comment-403 In reply to Sashika Peiris.

I didn’t check it, but in this sample I have used Vert.x in verison 3.4.2

]]>
By: Sashika Peiris https://piotrminkowski.com/2017/09/15/building-secure-apis-with-vert-x-and-oauth2/#comment-402 Thu, 01 Feb 2018 14:36:59 +0000 https://piotrminkowski.wordpress.com/?p=6034#comment-402 OAuth2FlowType.PASSWORD type does not work with OAuth2AuthHandler in vertx 3.5.0. It requires AUTH_CODE type

]]>