laughingbiscuit / apigee-reference-bank

Apigee Reference Banking Implementation
0 stars 3 forks source link

Use an open source OIDC provider #23

Closed seantdg closed 5 years ago

seantdg commented 5 years ago

Rather than using stubbed responses, we can leverage a full open source OIDC provider with a mock user and consent DB.

An example of this would be https://www.npmjs.com/package/oidc-provider

laughingbiscuit commented 5 years ago

implemented in https://github.com/laughingbiscuit/apigee-reference-bank/pull/26