laptop and a wrench

不具合

When the ArcGIS Enterprise portal is configured with Security Assertion Markup Language (SAML) (Microsoft Azure Active Directory) and the logout URL is set in Microsoft Azure, upon logging out, users receive a server error, "404 – File or directory not found." instead of the portal logout page.

Portal for ArcGIS
不具合 ID 番号 BUG-000165238
送信されましたFebruary 20, 2024
最終更新日October 8, 2024
適用対象Portal for ArcGIS
見つかったバージョン11.1
オペレーティング システムWindows Server
オペレーティング システムのバージョン2022
ステータスNon-Reproducible

参考情報

This issue is non-reproducible. Check the Microsoft Internet Information Services (IIS) web.config file within the C:\inetpub\wwwroot\ folder for the ArcGIS Web Adaptor and verify that the maxQueryStringLength and maxQueryString properties are set to 2097151 and 2147483648 respectively. https://learn.microsoft.com/en-us/iis/configuration/system.webserver/security/requestfiltering/requestlimits/ https://support.esri.com/en-us/knowledge-base/get-requests-fail-when-passing-through-arcgis-web-adapt-000015245 Below is the sample web.config file for the ArcGIS Web Adaptor C:\inetpub\wwwroot\[web adaptor context]\web.config: <configuration> <system.web> <httpRuntime maxUrlLength="2097151" maxQueryStringLength="2097151" maxRequestLength="2097151" executionTimeout="100000"/> </system.web> <system.webServer> <security> <requestFiltering> <requestLimits maxAllowedContentLength="2147483648" maxQueryString="2147483648"/> .... .... .... </system.webServer> </configuration>

対処法

Leave the 'Logout Url (Optional)' parameter blank in Microsoft Azure Active Directory (AD).

再現の手順

不具合 ID: BUG-000165238

ソフトウェア:

  • Portal for ArcGIS

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動