Technical Tip: Unable to login into webpage and getting redirected to homepage
| Description | This article describes how to solve login page redirections on certain websites when the internet connection is working and there is no security profile blocking. |
| Scope | End-user device / Server. |
| Solution | It can occur that devices connected on the same domain where some Users are unable to log into a specific webpage, getting redirected back to the login page after logging in with correct user credentials, and multi-factor authentication if applicable. While others log in successfully.
As per IETF RFC7517, JSON Web Keys (JWKs) is a JSON data structure that provides a standardized format for representing public and private cryptographic keys, serving as a secure repository that stores collected public keys necessary for verifying and decoding specific JSON Web Tokens (JWTs).
Systems that use JWTs and JWKS can often rely on time synchronization as a best practice for handling token revocation. This way a short expiration time is assigned to JWTs to minimize token theft or misuse. In case the system clock is out of sync authentication fails.
As a best practice is recommended to use more than one NTP server to make sure the time is right. |




