Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump msal from 1.14.0 to 1.22.0 in /examples/msal-python #892

Merged
merged 1 commit into from
May 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2023

Bumps msal from 1.14.0 to 1.22.0.

Release notes

Sourced from msal's releases.

MSAL Python 1.22.0

  • New feature: Support CIAM authorities in the form of "tenant.ciamlogin.com/*" (#520)

MSAL Python 1.21.0

The API in this new version remains the same as the previous version.

Enhancements:

  • Support getting an ssh certificate via broker (#515)
  • Support B2C's usage pattern of using client id as a scope (#505, #530)
  • MSAL's token cache helper can now be used to store tokens returned by App Service's Managed Identity (#519)
  • Switch to a new set of regional endpoints (#513)
  • Test matrix covers Python 3.11 (#512)

MSAL Python 1.20.0

New feature:

If your app uses MSAL's acquire_token_interactive(), you can now opt in to use broker on Windows platform to achieve Single-Sign-On (SSO) and also obtain more secure tokens, all without switching the log-in experience to a browser. See details in this online doc, and try it out from this sample. (#451, #415)

For example, after utilizing this new feature, a command-line (CLI) app's login experience would look like this: Azure CLI new login

MSAL Python 1.20.0b1

New feature:

If your app uses MSAL's acquire_token_interactive(), you can now opt in to use broker on Windows platform to achieve Single-Sign-On (SSO) and also obtain more secure tokens, all without switching the log-in experience to a browser. See details in this online doc, and try it out from this sample. (#451, #415)

For example, after utilizing this new feature, a command-line (CLI) app's login experience would look like this: Azure CLI new login

MSAL Python 1.19.0

  • New feature: A new ClientApplication(..., instance_discovery=False) parameter to turn off MSAL's Instance Discovery behavior. See more details in its full documentation. Also, ADFS authority will no longer trigger Instance Discovery. (#496)
  • Enhancement: Use provided authority port when building the tenant discovery endpoint (#484)
  • Bugfix: Fix a regression in regional endpoint which affects MSAL Python 1.14+ (#485)
  • Enhancement: Tolerate home_account_id to be None

MSAL Python 1.18.0

(The MSAL Python 1.18.0b1 has been stable in last 2 weeks, and we are now shipping it as 1.18.0)

  • New feature: Optional initiate_auth_code_flow(..., response_mode="form_post") to allow the auth code being delivered to your app by form post, which is considered even more secure. (#396, #469)
  • New feature: acquire_token_interactive(..., prompt="none") can obtain some tokens from within Cloud Shell, without any prompt. (#420)

MSAL Python 1.18.0b1

  • New feature: Optional initiate_auth_code_flow(..., response_mode="form_post") to allow the auth code being delivered to your app by form post, which is considered even more secure. (#396, #469)
  • New feature: acquire_token_interactive(..., prompt="none") can obtain some tokens from within Cloud Shell, without any prompt. (#420)

MSAL Python 1.17.0

  • New: Define some Cloud Instance constants and the usage pattern of using them (#221, #433)
  • Enhancement: Lazy-load dependencies so that the start-up and run time will usually be faster. (#423, #454)
  • Enhancement: Bubble up token refresh exceptions (#431, #434)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from aramase as a code owner April 27, 2023 17:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 27, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/examples/msal-python/msal-1.22.0 branch from f4e7f33 to b6d5b3e Compare May 2, 2023 22:39
@codecov-commenter
Copy link

codecov-commenter commented May 2, 2023

Codecov Report

Merging #892 (c2cd860) into main (5ccb956) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #892   +/-   ##
=======================================
  Coverage   53.71%   53.71%           
=======================================
  Files          36       36           
  Lines        2290     2290           
=======================================
  Hits         1230     1230           
  Misses       1014     1014           
  Partials       46       46           

@dependabot dependabot bot force-pushed the dependabot/pip/examples/msal-python/msal-1.22.0 branch from b6d5b3e to cc80810 Compare May 12, 2023 19:35
@dependabot dependabot bot requested a review from enj as a code owner May 12, 2023 19:35
Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.14.0 to 1.22.0.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-python@1.14.0...1.22.0)

---
updated-dependencies:
- dependency-name: msal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/examples/msal-python/msal-1.22.0 branch from cc80810 to c2cd860 Compare May 18, 2023 20:40
@aramase
Copy link
Member

aramase commented May 19, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@aramase aramase merged commit 355ea92 into main May 19, 2023
9 checks passed
@aramase aramase deleted the dependabot/pip/examples/msal-python/msal-1.22.0 branch May 19, 2023 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants