Skip to content

Commit 6db2f6f

Browse files
Merge pull request #235536 from cilwerner/patch-8
Update active-directory-develop-quickstart-register-app.md
2 parents 9bbbbec + 031718c commit 6db2f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/active-directory-develop-quickstart-register-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Your application's code, or more typically an authentication library used in you
7272

7373
A _redirect URI_ is the location where the Microsoft identity platform redirects a user's client and sends security tokens after authentication.
7474

75-
In a production web application, for example, the redirect URI is often a public endpoint where your app is running, like `https://contoso.com/auth-response`. During development, it's common to also add the endpoint where you run your app locally, like `https://127.0.0.1/auth-response` or `http://localhost/auth-response`. Be sure that any unecessary development environment redirect URIs/environments are not exposed in the production app. This can be done by having separate app registrations for development and production.
75+
In a production web application, for example, the redirect URI is often a public endpoint where your app is running, like `https://contoso.com/auth-response`. During development, it's common to also add the endpoint where you run your app locally, like `https://127.0.0.1/auth-response` or `http://localhost/auth-response`. Be sure that any unecessary development environments/redirect URIs are not exposed in the production app. This can be done by having separate app registrations for development and production.
7676

7777
You add and modify redirect URIs for your registered applications by configuring their [platform settings](#configure-platform-settings).
7878

0 commit comments

Comments
 (0)