From 91f862d9e8c34ec2b85be955975ae44b41351249 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 28 Aug 2019 20:57:07 -0600 Subject: [PATCH] Use the right error code for 401 errors --- specification/identity_service_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/identity_service_api.rst b/specification/identity_service_api.rst index 455e10b4..4afac6ef 100644 --- a/specification/identity_service_api.rst +++ b/specification/identity_service_api.rst @@ -194,7 +194,7 @@ the access token being leaked in access/HTTP logs. The query string should only in cases where the ``Authorization`` header is inaccessible for the client. When credentials are required but missing or invalid, the HTTP call will return with a -status of 401 and the error code ``M_MISSING_TOKEN`` or ``M_UNKNOWN_TOKEN`` respectively. +status of 401 and the error code ``M_UNAUTHORIZED``. {{v2_auth_is_http_api}}