Skip to content

Latest commit

 

History

History

oauth-legacy

Spring Security OAuth legacy project

Relevant information:

  1. oauth-authorization-server-legacy - the Spring based Authorization Server
  2. There are two users registered in the Authorization Server:
    1. john / 123
    2. tom / 111
  3. oauth-resource-server-legacy-1 - the Resource Server based on old stack
  4. oauth-resource-server-legacy-2 - the secondary Resource Server
  5. oauth-ui-authorization-code-angular-legacy - Authorization Code Grant UI Module - using Angular 7, hitting oauth-resource-server-legacy-1
  6. oauth-ui-implicit-angular-legacy - another version of the Implicit Grant UI Module - using Angular 7, hitting oauth-resource-server-legacy-1
  7. oauth-ui-password-angular-legacy - another version of the Password Grant UI Module - using Angular 7, hitting oauth-resource-server-legacy-1
  8. oauth-ui-implicit-angularjs-legacy - Implicit Grant UI Module - using AngularJS, hitting oauth-resource-server-legacy-1
  9. oauth-ui-password-angularjs-legacy - Password Grant UI Module - using AngularJS, hitting oauth-resource-server-legacy-1
  10. oauth-zuul-gateway - Zuul Gateway, hitting oauth-resource-server-legacy-1

Relevant Articles: