Skip to content

Commit edd772c

Browse files
authored
Merge pull request #51537 from eljobe/patch-2
Capitalize Final "i" in "URI"
2 parents 8a6989b + 1419744 commit edd772c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/authentication-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ This attribute causes ASP.NET to check for the presence of a session cookie cont
167167
User authentication happens via the browser. The OpenID protocol uses standard HTTP protocol messages.
168168
* The web app sends an HTTP 302 (redirect) to the browser to use Azure AD.
169169
* When the user is authenticated, Azure AD sends the token to the web app by using a redirect through the browser.
170-
* The redirect is provided by the web app in the form of a redirect URI. This redirect URI is registered with the Azure AD application object. There can be several redirect URIs because the application may be deployed at several URLs. So the web app will also need to specify the redirect URi to use.
170+
* The redirect is provided by the web app in the form of a redirect URI. This redirect URI is registered with the Azure AD application object. There can be several redirect URIs because the application may be deployed at several URLs. So the web app will also need to specify the redirect URI to use.
171171
* Azure AD verifies that the redirect URI sent by the web app is one of the registered redirect URIs for the app.
172172

173173
## Desktop and mobile app sign-in flow with Azure AD

0 commit comments

Comments
 (0)