INSIGHT:
- Gluu supports Bearer Authentication for token introspection (accepts bearer token as an authentication header).
- OpenAM supports Basic Authentication (accepts base64 encoded clientId:ClientSecret as a authentication header)
QUESTION:
How can I implement generic OpenID connect in Node js 10.9.0 which supports both Gluu and OpenAM?