Skip to content

Commit 3b3d890

Browse files
committed
improve acrolinx score
1 parent c26b74b commit 3b3d890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-js-prompt-behavior.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following shows default prompt values that MSAL.js uses:
7272
| `acquireTokenRedirect` | N/A | Any |
7373
| `acquireTokenSilent` | `none` | N/A (ignored) |
7474

75-
It is important to note that **prompt** is a protocol-level parameter and signals the desired authentication behavior to the identity provider. It does not affect MSAL.js behavior and MSAL.js does not have control over how the service will ultimately handle the request. In most circumstances, Azure AD will try to honor the request. If this is not possible, it may return an error response or completely ignore the given prompt value.
75+
It's important to note that **prompt** is a protocol-level parameter and signals the desired authentication behavior to the identity provider. It does not affect MSAL.js behavior and MSAL.js does not have control over how the service will ultimately handle the request. In most circumstances, Azure AD will try to honor the request. If this is not possible, it may return an error response, or completely ignore the given prompt value.
7676

7777
## Interactive requests with prompt=none
7878

0 commit comments

Comments
 (0)