authservice10005
Authservice10005 is a standardized error code defined within the platform’s authentication service. It represents a token validation failure where the provided access token cannot be Trusted by the issuing authority. The code is used across API responses, logs, and telemetry to indicate that a client supplied a token that failed verification against the token issuer’s policy.
In typical usage, a request bearing a Bearer token that cannot be validated triggers authservice10005. The
Common causes of authservice10005 include an expired token, a token with an invalid or mismatched signature,
Remediation steps typically involve obtaining a fresh token, verifying that the token’s audience and issuer match