openid-implicit-client icon indicating copy to clipboard operation
openid-implicit-client copied to clipboard

providerInfo not defined in OIDC.registerClient

Open MarkusFalgenhauer opened this issue 8 years ago • 1 comments

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)

MarkusFalgenhauer avatar Aug 10 '17 13:08 MarkusFalgenhauer

We aren't sure we want to continue investing in this project. Can you submit a merge request to fix it?

nynymike avatar Aug 11 '17 14:08 nynymike