vertx-howtos / vertx-howtos.github.io

1 stars 2 forks source link

Vertx OAuth2 Microservices #15

Open gadieichhorn opened 5 years ago

gadieichhorn commented 5 years ago

Mainly how to use external OAuth2 provider for managing users and authentication them and how this is used in a microservice environment with JWK for example.

  1. KeyCloack or Okta
  2. web client (Angular)
  3. Gateway (microservice)
  4. Internal service (microservice) that require authentication

the emphasis here is on security management and handling in distributed architecture (microservices).

jponge commented 5 years ago

@gadieichhorn Are you interested in contributing it?