Skip to content

Commit dafccc3

Browse files
authored
Merge pull request #86496 from MarileeTurscak-MSFT/patch-147
Removed URL encoding note
2 parents 829b8f5 + 696e0a8 commit dafccc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-js-initializing-client-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Below is the total set of configurable options that are supported currently in t
120120

121121
- **validateAuthority**: Optional. Validate the issuer of tokens. Default is `true`. For B2C applications, since the authority value is known and can be different per policy, the authority validation will not work and has to be set to `false`.
122122

123-
- **redirectUri**: Optional. The redirect URI of your app, where authentication responses can be sent and received by your app. It must exactly match one of the redirect URIs you registered in the portal, except that it must be URL encoded. Defaults to `window.location.href`.
123+
- **redirectUri**: Optional. The redirect URI of your app, where authentication responses can be sent and received by your app. It must exactly match one of the redirect URIs you registered in the portal. Defaults to `window.location.href`.
124124

125125
- **postLogoutRedirectUri**: Optional. Redirects the user to `postLogoutRedirectUri` after sign out. The default is `redirectUri`.
126126

0 commit comments

Comments
 (0)