aurelia-contrib / aurelia-open-id-connect

An aurelia adapter for the IdentityModel/oidc-client-js
https://zamboni-app.azurewebsites.net
MIT License
54 stars 18 forks source link

The silentSignIn throws 'No state in response'. #15

Closed shaunluttin closed 7 years ago

shaunluttin commented 7 years ago

The fix was to pass a null url to signinSilentCallback(url), otherwise otherwise, IFrameWindow.notifyParent will not work.