rwth-acis / openidconnect-signin

HTML5 elements to authenticate with OpenID Connect providers
4 stars 3 forks source link

Fix OpenID-Connect Button #22

Closed Leogomat closed 3 years ago

Leogomat commented 4 years ago

Right now our nice openidconnect-button doesn't work as part of the statusbar or in any way when connected to with Chrome. The error message is Cannot read property Version of undefined. The reason is probably to a breaking change in the main dependency.

FBasels commented 3 years ago

It was because of some wierd problems with the oidc-client-js package. We have our own fork of it now and the problem here should be fixed with the PR #28.