2025-10-30 17:21:28.541 +05:30 [WRN] Using an in-memory repository. Keys will not be persisted to storage. ----------------------------------------End----------------------------------- 2025-10-30 17:21:28.606 +05:30 [WRN] Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. ----------------------------------------End----------------------------------- 2025-10-30 17:21:28.663 +05:30 [WRN] No XML encryptor configured. Key {53ebc98a-9370-4f66-882e-ae771fbd99ea} may be persisted to storage in unencrypted form. ----------------------------------------End----------------------------------- 2025-10-30 17:21:29.592 +05:30 [INF] HTTP request: Path: /Auth/regenerate-token QueryString: ?RefreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1lIjoidmluaXNoYSIsIlVzZXJJRCI6IjE5IiwiRW50aXR5SUQiOiIxIiwiUm9sZUlEIjoiOCIsIlJvbGUiOiJ2aW5pc2hhIiwiVXNlclR5cGUiOiIzIiwiZW1wbG95ZWVJRCI6IjEiLCJFbWFpbEFkZHJlc3MiOiJ2aW5pc2hhMTFhdkBnbWFpbC5jb20iLCJleHAiOjE3NTgyODM3NjAsImlzcyI6Imh0dHBzOi8vbG9jYWxob3N0IiwiYXVkIjoiaHR0cHM6Ly9sb2NhbGhvc3QifQ.ySRODqHeMxeNYyIgrqOo0VwkMhYfQRFjRIkkoz9lfyE Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:94/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:94} Host: 103.120.178.195 Body: ----------------------------------------End----------------------------------- 2025-10-30 17:21:29.856 +05:30 [ERR] Error occurred in regenerating token. Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/19/2025 12:09:20 PM', Current time (UTC): '10/30/2025 11:51:29 AM'. at Microsoft.IdentityModel.Tokens.ValidatorUtilities.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, JwtSecurityToken jwtToken, TokenValidationParameters validationParameters) at System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.ValidateTokenPayload(JwtSecurityToken jwtToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.ValidateJWS(String token, TokenValidationParameters validationParameters, BaseConfiguration currentConfiguration, SecurityToken& signatureValidatedToken, ExceptionDispatchInfo& exceptionThrown) --- End of stack trace from previous location --- at System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.ValidateToken(String token, JwtSecurityToken outerToken, TokenValidationParameters validationParameters, SecurityToken& signatureValidatedToken) at System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.ValidateToken(String token, TokenValidationParameters validationParameters, SecurityToken& validatedToken) at VansaleWebApi.Controllers.AuthController.GetPrincipalFromExpiredToken(String token) at VansaleWebApi.Controllers.AuthController.RefreshToken(String RefreshToken) ----------------------------------------End----------------------------------- 2025-10-30 17:21:29.994 +05:30 [INF] HTTP Response: StatusCode: 401 Headers: {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '2025-09-19T12:09:20.0000000Z'"}, {X-Token-Expired: true}, {Content-Type: application/json; charset=utf-8} Body: {"error":"Unauthorized","error_description":"The token expired at '2025-09-19T17:39:20.0000000+05:30'."} ----------------------------------------End-----------------------------------