2018-02-12#
Demonstration for Authentication and Authorization#
Primary purpose#
Demonstration of Best Current Practice and Poor Practices for Client applications use of OAuth 2.0, OIDC (maybe UMA) surrounding Authentication and Authorization.Client HTML Application#
A HTML application which will make API calls to https://api.example.com and possibly other third-party API resource servers to obtain data and end-user information. Use Javascript using node.js as it is well known and adaptable to most other WEB based apps including mobile.Use of HTML5 where possible