Skip to content

Commit 2168027

Browse files
committed
Clarify that allow_broker is not applicable to ConfidentialClientApplication
It is applicable to PublicClientApplication and base class ClientApplication
1 parent 2afec13 commit 2168027

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

msal/application.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ def __init__(
444444
New in version 1.19.0.
445445
446446
:param boolean allow_broker:
447+
This parameter is NOT applicable to :class:`ConfidentialClientApplication`.
448+
447449
A broker is a component installed on your device.
448450
Broker implicitly gives your device an identity. By using a broker,
449451
your device becomes a factor that can satisfy MFA (Multi-factor authentication).

0 commit comments

Comments
 (0)