Common Data Service を使用するアプリを開発しています。 Common Data Service を新しい Web アプリケーションと統合する必要があります。新しい Web アプリケーションが Common Data Service からのデータを表示できるようにする必要があります。 Web API を使用して単一ページの Web アプリケーションを構築します。 OAuth を使用してアプリを認証する必要があります。 何を使えばいいのでしょうか?
正解:B
OAuth requires an identity provider for authentication. For Dataverse, the identity provider is Azure Active Directory (AAD). To authenticate with AAD using a Microsoft work or school account, use the Azure Active Directory Authentication Libraries (ADAL) or Microsoft Authentication Library (MSAL). https://docs.microsoft.com/en-us/powerapps/developer/data-platform/authenticate-oauth