Skip to content

Commit 37dd946

Browse files
authored
Merge pull request #250433 from csmulligan/csmulligan-ciam-appid
[CIAM] Add app ID information to how-to-register-ciam-app.md
2 parents fdf793c + 3319748 commit 37dd946

File tree

3 files changed

+26
-27
lines changed

3 files changed

+26
-27
lines changed

articles/active-directory/external-identities/customers/how-to-register-ciam-app.md

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,16 @@ The following steps show you how to register your SPA in the Microsoft Entra adm
6565
### Grant delegated permissions
6666
This app signs in users. You can add delegated permissions to it, by following the steps below:
6767

68-
[!INCLUDE [grant permision for signing in users](../customers/includes/register-app/grant-api-permission-sign-in.md)]
68+
[!INCLUDE [grant permission for signing in users](../customers/includes/register-app/grant-api-permission-sign-in.md)]
6969

7070
### Grant API permissions (optional):
7171

7272
If your SPA needs to call an API, you must grant your SPA API permissions so it can call the API. You must also [register the web API](how-to-register-ciam-app.md?tabs=webapi) that you need to call.
7373

74-
[!INCLUDE [grant permisions for calling an API](../customers/includes/register-app/grant-api-permission-call-api.md)]
74+
[!INCLUDE [grant permissions for calling an API](../customers/includes/register-app/grant-api-permission-call-api.md)]
7575

7676
If you'd like to learn how to expose the permissions by adding a link, go to the [Web API](how-to-register-ciam-app.md?tabs=webapi) section.
7777

78-
## Next steps
79-
80-
- [Create a sign-up and sign-in user flow](how-to-user-flow-sign-up-sign-in-customers.md)
81-
- [Sign in users in a sample vanilla JavaScript single-page app](./sample-single-page-app-vanillajs-sign-in.md)
82-
8378
# [Web app](#tab/webapp)
8479
## Register your Web app
8580

@@ -123,11 +118,6 @@ If your web app needs to call an API, you must grant your web app API permission
123118

124119
[!INCLUDE [grant permissions for calling an API](../customers/includes/register-app/grant-api-permission-call-api.md)]
125120

126-
## Next steps
127-
128-
- [Create a sign-up and sign-in user flow](how-to-user-flow-sign-up-sign-in-customers.md)
129-
- [Sign in users in a sample Node.js web app](./sample-web-app-node-sign-in.md)
130-
131121
# [Web API](#tab/webapi)
132122
## Register your Web API
133123

@@ -142,10 +132,6 @@ If your web app needs to call an API, you must grant your web app API permission
142132

143133
[!INCLUDE [configure app roles](../customers/includes/register-app/add-app-role.md)]
144134

145-
## Next steps
146-
147-
- [Create a sign-up and sign-in user flow](how-to-user-flow-sign-up-sign-in-customers.md)
148-
149135
# [Desktop or Mobile app](#tab/desktopmobileapp)
150136
## Register your Desktop or Mobile app
151137

@@ -179,11 +165,6 @@ The following steps show you how to register your app in the Microsoft Entra adm
179165
If your mobile app needs to call an API, you must grant your mobile app API permissions so it can call the API. You must also [register the web API](how-to-register-ciam-app.md?tabs=webapi) that you need to call.
180166
[!INCLUDE [grant permissions for calling an API](../customers/includes/register-app/grant-api-permission-call-api.md)]
181167

182-
## Next steps
183-
184-
- [Create a sign-up and sign-in user flow](how-to-user-flow-sign-up-sign-in-customers.md)
185-
- [Sign in users in a sample Electron desktop app](how-to-desktop-app-electron-sample-sign-in.md)
186-
187168
# [Daemon app](#tab/daemonapp)
188169
## Register your Daemon app
189170

@@ -195,11 +176,6 @@ A daemon app signs-in as itself using the [OAuth 2.0 client credentials flow](/a
195176

196177
[!INCLUDE [register daemon app](../customers/includes/register-app/grant-api-permissions-app-permissions.md)]
197178

198-
## Next steps
199-
200-
- Learn more about a [daemon app that calls a web API in the daemon's name](/azure/active-directory/develop/authentication-flows-app-scenarios#daemon-app-that-calls-a-web-api-in-the-daemons-name)
201-
- [Create a sign-up and sign-in user flow](how-to-user-flow-sign-up-sign-in-customers.md)
202-
203179
# [Microsoft Graph API](#tab/graphapi)
204180
## Register a Microsoft Graph API application
205181
[!INCLUDE [register client app](../customers/includes/register-app/register-client-app-common.md)]
@@ -210,5 +186,10 @@ A daemon app signs-in as itself using the [OAuth 2.0 client credentials flow](/a
210186
### Create a client secret
211187
[!INCLUDE [add app client secret](../customers/includes/register-app/add-app-client-secret.md)]
212188

189+
---
190+
191+
[!INCLUDE [find the application ID](../customers/includes/register-app/find-application-id.md)]
192+
213193
## Next steps
214-
- Learn more how to manage [Azure Active Directory for customers resources with Microsoft Graph](microsoft-graph-operations.md)
194+
195+
- [Create a sign-up and sign-in user flow](how-to-user-flow-sign-up-sign-in-customers.md)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
author: csmulligan
3+
ms.service: active-directory
4+
ms.subservice: ciam
5+
ms.topic: include
6+
ms.date: 09/06/2023
7+
ms.author: cmulligan
8+
---
9+
10+
## Find the Application (client) ID
11+
12+
After you register a new application, you can find the Application (client) ID from the overview in the Microsoft Entra admin center.
13+
14+
1. From the **App registrations** page, select the **All applications** or the **Owned applications** tab.
15+
1. Select the application to open its **Overview** page.
16+
1. Under **Essentials** you find all the app details including the Application (client) ID.
17+
18+
:::image type="content" source="../../media/common/application-client-id.png" alt-text="Screenshot showing the application (client) ID." lightbox="../../media/common/application-client-id.png":::
123 KB
Loading

0 commit comments

Comments
 (0)