You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
constuserManager=newOidc.UserManager({});userManager.signinSilentCallback().catch(e=>{console.error("Error while handling silent signin",e);});
... compiles to ...
Argument of type '{}' is not assignable to parameter of type 'UserManagerSettings'.
Type '{}' is missing the following properties from type 'UserManagerSettings': authority, client_id
Since 1.10 the following code ...
... compiles to ...
For the
signinSilentCallback()
it is not necessary to provide authority/client_id.(See https://github.com/IdentityModel/oidc-client-js/blob/dev/samples/VanillaJS/public/identityserver-sample-silent.js.)
The text was updated successfully, but these errors were encountered: