ある企業のコミュニケーション部門は、企業の公開 Web サイトに一般にアクセスできるアンケート ページを追加する予定です。 新しい調査ページを会社の公開 Web サイトに追加し、そのページから Common Data Service 環境にデータをキャプチャする必要があります。 Common Data Service に調査データを書き込むために、明示的なユーザー資格情報を要求してはなりません。 認証を実装する必要があります。 どの認証メカニズムを実装する必要がありますか?
正解:C
Explanation OAuth is the preferred means to authenticate because it provides access to both the OData RESTful web services (Web API and OData global Discovery service) as well as to the SOAP web services (Organization service and Discovery service). OAuth is also required to support: Azure Active Directory configurations for conditional access, such as Two-factor Authentication (2FA) Use of client secrets to enable server-to-server authentication scenarios. Cross-Origin Resource Sharing (CORS) to connect a Single-page Application (SPA) Reference: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/authentication