Skip to content

OAuth2.0 and OpenID Connect 1.0 Mock Server (Endpoints with not only authorization server, but also client application).

License

Notifications You must be signed in to change notification settings

doyaaaaaken/authozation-mock-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuth 2.0 and OpenID Connect 1.0 Mock Server

This is mock server application with endpoints of OAuth2.0 and OpenID Connect 1.0. It has not only authorization server endpoints, but also has client application callback endpoints with same application.

Authorization server endpoints are implemented on /auth-server/oauth2/* and /auth-server/openid-connect/* endpoints. Client application endpoints are implemented on /client-app/oauth2/* and /client-app/openid-connect/* endpoints.

See details on Endpoints section.

Usage

Purpose command
run application npm start
run application with debugging npm run debug
test application npm test

Demo page

Run application, and access http://localhost:3000/. So you experience easily authorization flow. Top Page

API Documentation (Only authorization server)

See API Documentation. Document exists below folder.

  • API Blueprint Format: ./doc/api.md
  • HTML Format: ./doc/output/api.html

About

OAuth2.0 and OpenID Connect 1.0 Mock Server (Endpoints with not only authorization server, but also client application).

Resources

License

Stars

Watchers

Forks

Packages

No packages published