automaticSilentRenew defaults to true, not false
jamesdh opened this issue · 0 comments
jamesdh commented
AuthProviderProps indicates that `automaticSilentRenew defaults to false:
oidc-react/src/AuthContextInterface.ts
Lines 83 to 88 in f072377
But in the event that it is undefined in the user supplied config (which is likely the case), then it actually defaults to true via UserManagerSettings.ts#L51-L52
In any case, defaulting to true is probably the correct behavior, so the interface docs just need to be updated.