Google app engine 从服务帐户进行身份验证。在Google App Engine中编程IAP身份验证失败

Google app engine 从服务帐户进行身份验证。在Google App Engine中编程IAP身份验证失败,google-app-engine,google-authentication,Google App Engine,Google Authentication,我正在尝试对不同的应用程序(项目)进行编程身份验证。我们已按照列出的说明进行操作。我们在AppEngine标准版上使用Python3.7 默认服务帐户(从中启动身份验证)已添加到(正在访问的)应用程序的访问列表中 我们遇到了以下错误。make_iap_request类是来自的代码(没有更改)。有人有幸做到这一点吗?请帮忙 exception: Bad response from application: 502 / {'Content-Type': 'text/html; charset=UTF

我正在尝试对不同的应用程序(项目)进行编程身份验证。我们已按照列出的说明进行操作。我们在AppEngine标准版上使用Python3.7

默认服务帐户(从中启动身份验证)已添加到(正在访问的)应用程序的访问列表中

我们遇到了以下错误。make_iap_request类是来自的代码(没有更改)。有人有幸做到这一点吗?请帮忙

exception: Bad response from application: 502 / {'Content-Type': 'text/html; charset=UTF-8', 'Referrer-Policy': 'no-referrer', 'Content-Length': '1613', 'Date': 'Fri, 15 Nov 2019 00:44:06 GMT', 'Alt-Svc': 'quic=":443"; ma=2592000; v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000'} / '<!DOCTYPE html>\n<html lang=en>\n <meta charset=utf-8>\n <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
\n <title>Error 502 (Server Error)!!
异常:应用程序的错误响应:502/{'Content-Type':'text/html;charset=UTF-8','referer Policy':'no referer','Content Length':'1613','Date':'Fri,2019年11月15日00:44:06 GMT','Alt Svc':'quic=“:443;ma=2592000;v=“46,43”,h3-Q050=“:443”;ma=2592000,h3-Q049=“:443”;ma=2592000,h3-Q048=“:443”;ma=2592000,h3-Q043=“:443”;ma=2592000'}/'\n\n
\n错误502(服务器错误)!!

目前这是一个已知的问题,目前有一个公共问题跟踪程序解决该问题。为链接添加书签以跟踪更新。[1]


[1]

您是否有使用IAP配置保护的应用程序引擎?检查,是的。我们已为此项目(应用程序)启用IAP配置。有一个默认服务帐户(从中启动身份验证)作为IAP安全Web App用户添加到此IAP配置。
exception: Bad response from application: 502 / {'Content-Type': 'text/html; charset=UTF-8', 'Referrer-Policy': 'no-referrer', 'Content-Length': '1613', 'Date': 'Fri, 15 Nov 2019 00:44:06 GMT', 'Alt-Svc': 'quic=":443"; ma=2592000; v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000'} / '<!DOCTYPE html>\n<html lang=en>\n <meta charset=utf-8>\n <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
\n <title>Error 502 (Server Error)!!