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.
Purpose | command |
---|---|
run application | npm start |
run application with debugging | npm run debug |
test application | npm test |
Run application, and access http://localhost:3000/
. So you experience easily authorization flow.
See API Documentation. Document exists below folder.
- API Blueprint Format:
./doc/api.md
- HTML Format:
./doc/output/api.html