You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/external-identities/customers/how-to-register-ciam-app.md
+8-27Lines changed: 8 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,21 +65,16 @@ The following steps show you how to register your SPA in the Microsoft Entra adm
65
65
### Grant delegated permissions
66
66
This app signs in users. You can add delegated permissions to it, by following the steps below:
67
67
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)]
69
69
70
70
### Grant API permissions (optional):
71
71
72
72
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.
73
73
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)]
75
75
76
76
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.
77
77
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
-
83
78
# [Web app](#tab/webapp)
84
79
## Register your Web app
85
80
@@ -123,11 +118,6 @@ If your web app needs to call an API, you must grant your web app API permission
123
118
124
119
[!INCLUDE [grant permissions for calling an API](../customers/includes/register-app/grant-api-permission-call-api.md)]
125
120
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
-
131
121
# [Web API](#tab/webapi)
132
122
## Register your Web API
133
123
@@ -142,10 +132,6 @@ If your web app needs to call an API, you must grant your web app API permission
-[Create a sign-up and sign-in user flow](how-to-user-flow-sign-up-sign-in-customers.md)
148
-
149
135
# [Desktop or Mobile app](#tab/desktopmobileapp)
150
136
## Register your Desktop or Mobile app
151
137
@@ -179,11 +165,6 @@ The following steps show you how to register your app in the Microsoft Entra adm
179
165
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.
180
166
[!INCLUDE [grant permissions for calling an API](../customers/includes/register-app/grant-api-permission-call-api.md)]
181
167
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
-
187
168
# [Daemon app](#tab/daemonapp)
188
169
## Register your Daemon app
189
170
@@ -195,11 +176,6 @@ A daemon app signs-in as itself using the [OAuth 2.0 client credentials flow](/a
- 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)
0 commit comments