ConfidentialClientApplication(..., azure_region=...)
. If your app is deployed in Azure, you can use this new feature to pin a region. (#295, #358)ConfidentialClientApplication(..., excluse_scopes=["offline_access"])
to opt out of RT (#207, #361)acquire_token_interactive(...)
can also trigger browser when running inside WSL (8d86917)get_accounts(...)
would automatically combine equivalent accounts, so that your account selector widget could be easier to use (#349)acquire_token_interactive(..., prompt="create")
, now we officially documented it. (#356, #360)ConfidentialClientApplication
also supports acquire_token_by_username_password()
now. (#294, #344)PublicClientApplication
's acquire_token_interactive()
also supports WSL Ubuntu 18.04 (#332, #333)http_client
via MSAL constructors, it is your http_client
's job to decide whether retry.) (#326)acquire_token_by_username_password()
with ADFS. (#336)sudo dnf upgrade --refresh --advisory=FEDORA-2021-b90a1dfb39
Please login to add feedback.
This update has been submitted for testing by melmorabity.
This update's test gating status has been changed to 'ignored'.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.