Skip to content

Deprecate allow_broker, use enable_broker_on_windows - #613

Merged
Ray Luo (rayluo) merged 1 commit into
devfrom
broker-new-param
Nov 2, 2023
Merged

Deprecate allow_broker, use enable_broker_on_windows#613
Ray Luo (rayluo) merged 1 commit into
devfrom
broker-new-param

Conversation

@rayluo

Copy link
Copy Markdown
Contributor

This PR deprecates the old ClientApplication.__init__(..., allow_broker=True). Please use PublicClientApplication.__init__(..., enable_broker_on_windows=True) instead.

This change is the first step for us to moving to per-platform opt-in flag.

This PR will also close #510 , because we no longer go with that direction.

Jiashuo Li (@jiasli) , Xiang Yan (@xiangyan99),

  • You do not have to immediately make a dependency on this change, but you are still recommended to expose the per-platform opt-in flag in your code base accordingly
  • Please run your smoke test with this PR, as it will likely become the last change in an upcoming MSAL Python 1.25

Comment thread msal/application.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants