h0x0er / oauth2-impl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OAuth2 Research

Overview

This project shows the implementation of security feature that can be implemented on the top of existing OAuth2 protocol.

Setting up Proposed OAuth Flow Demo.

Follow the below steps for running the POC application of proposed_OAuth2.

  • Navigate to proposed-oauth directory.

  • Install the node dependencies.

    $> npm install

  • Start the clientApp by issuing the below command in terminal.

    $> npm run clientApp Client App

  • Start the Verification Server by issuing the below command in terminal.

    $> npm run verfi Verification Server

  • Start the Authorization Server by issuing the below command in new terminal window.

    $> npm run authz Verification Server

  • Start the Protected Resource Server by issuing the below command in new terminal window.

    $> npm run ressrv Verification Server

  • Visit http://127.0.0.1:9000 for running the demo. demo

  • Look into terminal for debug messages

About


Languages

Language:JavaScript 43.0%Language:CSS 39.7%Language:HTML 17.3%