A cloud-based identity and access management service for securing user authentication and resource access
The error code 9002313 in the error message is unique to Azure Active Directory. It states that the request was malformed or invalid.
The explanation could be
Access tokens have a finite lifespan, usually around one hour.
The error could be caused if the user or an Azure AD administrator revoked the grant.
The redirect URI must exactly match between your authorization request and your token request.
The client application may not have the necessary permissions to use the requested grant type.