Hi, Would you consider a PR that would drop silent-refresh using iframe by replacing it by calling refresh endpoint ? This would add following benefits: - Better handling of historic issues with iframe/cookies involving different domain for backend app and AS - Simplify codebase by reducing code (no more asset/html/silent-refresh) - Add flexibility by enabling some use case (ex: http interceptor handling token renewal when token has expired) Thanks!