| Previous | Next |
| WS_E_OTHER | WS_E_SECURITY_SYSTEM_FAILURE |
WS_E_SECURITY_TOKEN_EXPIRED
WS_E_SECURITY_TOKEN_EXPIRED is a Windows Web Services API HRESULT. It means that the server rejected the supplied security token because its lifetime ended. Depending on the service policy, the token may need to be renewed or acquired again.
Diagnostic discriminator: Record token issue and expiry times, client/server clocks, and the renewal flow. A freshly acquired token succeeding against the same endpoint confirms token lifetime as the cause; replaying the expired token over a different transport cannot help.
What to check for WS_E_SECURITY_TOKEN_EXPIRED
- Check client and server clocks, token issue and expiry times, audience and renewal policy.
- Refresh the token through the supported identity flow before retrying the request.
- Avoid repeatedly retrying with the same expired token.
Looking for a different code? Search another status or error code.
