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

By default set monitorSession and automaticSilentRenew to false. #18

Closed shaunluttin closed 6 years ago

shaunluttin commented 7 years ago

We don't really need the iframe I guess. To shut oidc client up, just add these to the parameters:

automaticSilentRenew : false,
monitorSession : false,

It might be nice for the connector to override these in the code, the connector can already track the session itself, see the demo for that.

See https://github.com/shaunluttin/aurelia-open-id-connect/issues/4

shaunluttin commented 6 years ago

Duplicate https://github.com/shaunluttin/aurelia-open-id-connect/issues/4