oktadev / secure-spring-boot-microservices

A microservice sample application configured to use Auth0 for OIDC and OAuth2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Microservices Secured with OAuth2 and OpenID Connect

This repository contains a set of microservices that are secured with OAuth2 and OpenID Connect. This is a sample project for the workshop "Securing Spring Boot Microservices" from Auth0 by Okta.

The microservices are built using Spring Boot and Spring Cloud. The OAuth2 provider is implemented using Auth0. The microservices are:

  • car-service: A service that provides information about cars.
  • gateway: A service that acts as a gateway to the other services.
  • discovery-service: A service that provides service discovery.

Follow the workshop if you want to try this out.

About

A microservice sample application configured to use Auth0 for OIDC and OAuth2

License:Apache License 2.0


Languages

Language:Java 82.6%Language:HTML 17.4%