Skip to content

microservices89/Spring-OAuth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuth2 Security Workshop Reference (Step 2)

  • product: Spring boot application providing a rest api for products: http://localhost:8081/products
  • ui: A Spring boot application providing thymeleaf based html frontend to display products
  • authorizationserver: A Spring boot based OAuth2 authorization server

In this step user credentials are stored in a relational database with encrypting the passwords. Here the authorization server uses form based authentication as login type.

Standard user:
Username: user@example.com
Password: secret

Administrative user:
Username: admin@example.com Password: geheim

About

Thymeleaf based OAuth2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published