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: lib/msal-browser/FAQ.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ The `authority` string that you need to supplant to MSAL app configuration is no
241
241
242
242
## What does authority string default to if I provide "authority" and "azureCloudOptions"?
243
243
244
-
If the developer provides `azureCloudOptions`, we overwrite any value provided in the `authority`. We also make sure we give preference to these options provided in a `request` over what is set when the msal initializes in the `configuration`.
244
+
If the developer provides `azureCloudOptions`, MSAL.js will overwrite any value provided in the `authority`. MSAL.js will also give preference to the parameters provided in a `request` over `configuration`. Please note that if `azureCloudOptions` are set in the configuration, they will take precedence over `authority`in the `request`. If the developer needs to overwrite this, they need to set `azureCloudOptions` in the request.
0 commit comments