Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.45 KB

scenario-web-api-call-api-app-registration.md

File metadata and controls

31 lines (22 loc) · 1.45 KB
title description author manager ms.author ms.custom ms.date ms.reviewer ms.service ms.topic
Register a web API that calls web APIs
Learn how to build a web API that calls downstream web APIs (app registration).
cilwerner
CelesteDG
cwerner
05/07/2019
jmprieur
identity-platform
concept-article

A web API that calls web APIs: App registration

A web API that calls downstream web APIs has the same registration as a protected web API. Follow the instructions in Protected web API: App registration.

Because the web app now calls web APIs, it becomes a confidential client application. That's why extra registration information is required: the app needs to share secrets (client credentials) with the Microsoft identity platform.

[!INCLUDE Pre-requisites]

API permissions

Web apps call APIs on behalf of users for whom the bearer token was received. The web apps need to request delegated permissions. For more information, see Add permissions to access your web API.

Next steps

Move on to the next article in this scenario, App Code configuration.