Security token failed to validate: [msg UNT Error:Message older than allowed MessageAge]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023
11:33 PM
03-02-2023
11:33 PM
Security token failed to validate: [msg UNT Error:Message older than allowed MessageAge]
Hi Guys,
I am getting below error
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<env:Fault xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<faultcode>wsse:InvalidSecurityToken</faultcode>
<faultstring>Security token failed to validate. weblogic.xml.crypto.wss.SecurityTokenValidateResult@6a1381e4[status: false][msg UNT Error:Message older than allowed MessageAge]</faultstring>
</env:Fault>
</env:Body>
</env:Envelope>
Can anyone help to resolve this error?
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2023
02:02 AM
03-03-2023
02:02 AM
May be token is expired based on the error message. Try sending the request again with new token.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2023
10:03 PM
03-25-2023
10:03 PM
Can you please tell me how to request for new token?
