Skip to content

Commit 00dbde2

Browse files
committed
Edit FAQ for msal-node
1 parent 4466124 commit 00dbde2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/msal-browser/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ The `authority` string that you need to supplant to MSAL app configuration is no
241241

242242
## What does authority string default to if I provide "authority" and "azureCloudOptions"?
243243

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.
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`.
245245

246246
## What should I set my `redirectUri` to?
247247

lib/msal-node/docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Please find this in the [MSAL basics](https://github.com/AzureAD/microsoft-authe
1818

1919
## What does authority string default to if I provide "authority" and "azureCloudOptions"?
2020

21-
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`.
21+
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`.
2222

2323
### What will be the token lifetimes?
2424
* AAD: Please find the latest reference for AAD [here](https://docs.microsoft.com/azure/active-directory/develop/active-directory-configurable-token-lifetimes). Please note that few of the configurable features for specific token types are retired recently.

0 commit comments

Comments
 (0)