openid-implicit-client
openid-implicit-client copied to clipboard
providerInfo not defined in OIDC.registerClient
If a client is registered dynamically with setClientInfo({redirect_uri: 'callback'}); OIDC.registerClient is called. There providerInfo is used in openidconnect.js:1168 (request.open("POST", providerInfo['registration_endpoint'], false);), but not defined. So the setClientInfo leads to an exception (Unable to set the Client's configuration parameters)
We aren't sure we want to continue investing in this project. Can you submit a merge request to fix it?