Skip to content

Commit b66de6e

Browse files
authored
Merge pull request #115921 from mmacy/patch-59
[msid] fix bullets in intro
2 parents 6b0f059 + ffc222e commit b66de6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/active-directory/develop/reply-url.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ A redirect URI, or reply URL, is the location that the authorization server will
1818

1919
The following restrictions apply to reply URLs:
2020

21-
* The reply URL must begin with the scheme `https`.
22-
* The reply URL is case-sensitive. Its case must match the case of the URL path of your running application. For example, if your application includes as part of its path `.../abc/response-oidc`, do not specify `.../ABC/response-oidc` in the reply URL. Because the web browser treats paths as case-sensitive, cookies associated with `.../abc/response-oidc` may be excluded if redirected to the case-mismatched `.../ABC/response-oidc` URL.
21+
* The reply URL must begin with the scheme `https`.
22+
23+
* The reply URL is case-sensitive. Its case must match the case of the URL path of your running application. For example, if your application includes as part of its path `.../abc/response-oidc`, do not specify `.../ABC/response-oidc` in the reply URL. Because the web browser treats paths as case-sensitive, cookies associated with `.../abc/response-oidc` may be excluded if redirected to the case-mismatched `.../ABC/response-oidc` URL.
2324

2425
## Maximum number of redirect URIs
2526

0 commit comments

Comments
 (0)