Open alvachien opened 1 year ago
config: {
authority: environment.IDServerUrl,
redirectUrl: environment.AppHost, // window.location.origin,
postLogoutRedirectUri: environment.AppHost,
clientId: 'achihui.js',
scope: 'openid profile api.hih offline_access', // 'openid profile ' + your scopes
responseType: 'code',
silentRenew: true,
useRefreshToken: true,
// silentRenewUrl: window.location.origin + '/silent-renew.html',
renewTimeBeforeTokenExpiresInSeconds: 666,
tokenRefreshInSeconds: 600,
logLevel: environment.LoggingLevel === 2 ? LogLevel.Error : LogLevel.Debug,
}
Linked to #1546, it says bug fixed in 15.0, but I can repeat it in 15.0.
I have this same issue on version 16 :/
I was getting this issue due to the clock of the server being out of sync.
I am using keycloak in an arch linux instance, in order to fix it I just had to enable systemd-timesyncd.service.
Version
15.0.0
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Steps to reproduce the behavior
No response
A clear and concise description of what you expected to happen.
No response
Additional context
No response