Apigee-Edge-OIDC-Demonstration

I was trying to reproduce the OIDC demo, but got stuck on this error. Everything looks good on the Edge trace tool as I use the URL builder link. It hits my heroku app and returns this error.

Apigee Demo

https://github.com/DinoChiesa/Apigee-Edge-OIDC-Demonstration

Heroku Error logs show this. I see a 500 internal server error on the page.

/app/views/login.html:39

37|


38|

39|
40|
41|
42|

oidcserver is not defined

I’m sorry about the trouble.

Let me have a look.

EDIT : I’ve got the same error. Fixing it now.

I confirmed that this is a problem in the previous version of that repo.

I’ve updated the repo, and it should work correctly now.

Give it a shot. git pull and try again.

Thanks Dino! I’ll give it another try.