File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -418,11 +418,12 @@ def __init__(
418
418
:param boolean allow_broker:
419
419
Brokers provide Single-Sign-On, device identification,
420
420
and application identification verification.
421
+ This flag defaults to None, which means MSAL will not utilize broker.
421
422
If this parameter is set to True,
422
- MSAL will use the broker and return either a token or an error ,
423
- when your scenario is supported by a broker,
424
- otherwise it will automatically fall back to non- broker behavior.
425
- This also means you could set this flag as True universally ,
423
+ MSAL will use the broker whenever possible ,
424
+ and automatically fall back to non- broker behavior.
425
+ That also means your app does not need to enable broker conditionally,
426
+ you can always set allow_broker to True,
426
427
as long as your app meets the following prerequisite:
427
428
428
429
* Installed optional dependency, e.g. ``pip install msal[broker]>=1.20,<2``.
You can’t perform that action at this time.
0 commit comments