openid-implicit-client
openid-implicit-client copied to clipboard
Simple Javascript client that implements the OpenID Connect implicit flow
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.
 openidconnect.js:737 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience