Biswaaaaa / oauth2example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Oauth2 Client example

This is a Java Maven multimodule application containing:

  • An authorization server module that acts also as a resource server
  • A client application module that uses the authorization server for authentication, also for getting access to a resource on the resource server.

How to run

From the authorization server module and client application module respectively execute:

mvn spring-boot:run

The above commands will start the authorization server on: http://localhost:8081/auth and client application on

http://localhost:8082/client

How to test

About


Languages

Language:Java 100.0%