ホットスポットに関する質問 Azure App Service に Web アプリを開発してデプロイします。この Web アプリでは、Azure B2C サービスを介してソーシャル ID プロバイダーを使用してユーザーが認証を行うことができます。すべてのユーザー プロファイル情報は Azure B2C に保存されます。 Azure B2C の共通ユーザープロパティを表示するように Web アプリを更新し、以下の情報を含める必要があります。 - 電子メールアドレス - 役職 - ファーストネーム - 苗字 - オフィス所在地 ウェブアプリにユーザープロパティを実装する必要があります。 どのコードライブラリとAPIを使用すべきでしょうか?回答欄で適切なオプションを選択してください。 注:正解ごとに1ポイントが加算されます。
正解:
Explanation: Scope is the parameter used to specify the permissions that the web application is requesting to access the user's resources, such as the calendar and the ability to send an email as the user. The scope parameter is typically included in the API call or in the authorization request sent to the Microsoft identity platform. https://learn.microsoft.com/en-us/azure/active-directory/develop/scopes-oidc