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.
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.
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.