Skip to content

sankin/implicit-flow-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenID Connect: Implicit Flow Demo Client Application

About
User Guide

About

The repository contains code for a sample Spring Boot application to demonstrate the OAuth 2.0 / OpenID Connect Implicit flow using Nat Sakimura's JavaScript library.

Prerequisites

  • Maven 3.3.5
  • Java 8

User Guide

To start the application: mvn clean spring-boot:run

Then, open your browser and navigate to http://localhost:9090/implicit-test.html

To change the port number, edit resources/application.properties