オンプレミス版Orchestratorのhostテナントへログイン時に「UiPath Cloud Platform (#400)」エラーが発生する

:grey_question: Question

オンプレミス版Orchestratorのhostテナントへログイン時に以下のエラーが発生します。

エラーメッセージ:

We have updated our authentification stack.

Please user the authentication method

supported via UiPath Cloud Platform (#400)

また直接 https://<IdentityServerURL>/identity または https://<IdentityServerURL>/identity へアクセスした場合には「要求されたページは見つかりません」というメッセージが表示されます。

:bulb: Answer

原因

基本認証機能が無効になっている場合にこのエラーメッセージが表示されます。

解決策

Web.Configの「EnableBasicAuthenticationForHostTenant」を「true」に設定し、基本認証機能を有効にしてログインを行ってください。