OAuthScreen is a sample application used to test OAuth2 in different API Management products. This first version only support Authorization code grant type.
Just install nodejs and clone this proyect in your local machine.
npm install
node MainApp.js
https://localhost:8089/oauth-form.html
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.