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

Simple Javascript client that implements the OpenID Connect implicit flow

Results 5 openid-implicit-client issues
Sort by recently updated
recently updated
newest added

It will be great to have this lib available on npm for easier install

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

Validation required in case the ID Token is issued with an access_token in an Implicit Flow (Section 2.2 - Implicit Client Implementer's Guide). http://openid.net/specs/openid-connect-implicit-1_0.html#IDToken

There should be a logout button that calls the end_session endpoint, and utilizes front channel logout http://openid.net/specs/openid-connect-frontchannel-1_0.html Which is supported on the Gluu Server.

![image](https://cloud.githubusercontent.com/assets/3717101/21126960/2a9bd9f2-c0b5-11e6-9a9f-ace369690229.png) openidconnect.js:737 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience