-
Notifications
You must be signed in to change notification settings - Fork 207
MSAL Python 0.9.0 #121
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
Merged
Merged
MSAL Python 0.9.0 #121
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge MSAL 0.8.0 back to dev branch
….. (#113) * force_refresh not being passed to _acquire_token_silent_from_cache_and_possibly_refresh_it acquire_token_silent is receiving force_refresh but it's not passing to the next function: _acquire_token_silent_from_cache_and_possibly_refresh_it. This update just adds that argument when calling the latter. * force_refresh is specified on acquire_token_silent As requested, the call to self._acquire_token_silent_from_cache_and_possibly_refresh_it now specifies force_refresh=force_refresh, similar to line 425.
Support prompt parameter
Sample json output
…117) * Updating device flow sample * Updating username password flow sample
Demo how to disable MSAL log
Add setup.cfg to build universal wheel by default
henrik-me
approved these changes
Oct 31, 2019
abhidnya13
approved these changes
Oct 31, 2019
Contributor
navyasric
approved these changes
Oct 31, 2019
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! One correction in release notes: the parameter is force_refresh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Each of the sub-PRs included in this release has been tested, reviewed and approved in their individual PR. The purpose of this all-in-one release PR is to organize the release process. Please review/proof-read the following release notes.
Release Notes:
Note: This 0.9.0 release doubles as a release candidate for an MSAL Python 1.0.0 which will be coming very soon.
New feature: The B2C support we introduced since MSAL Python 0.8.0 now becomes easier to use (Changing B2C implementation to verify policy format #114), and its usage is now fully documented in this wiki page.
New feature: The
get_authorization_request_url()API supports apromptparameter. (Support prompt parameter #106)Bugfix: The
force_refreshparameter inacquire_token_silent()is now wired up properly. You don't normally need this parameter though, MSAL will refresh when needed. (Closes force_refresh not being passed to _acquire_token_silent_from_cache .... #113)Others: Starting from this version, our PyPI release will use universal wheel format (This fix Add setup.cfg to build universal wheel by default #119 will close MSAL python 3 support ? #115.)
Samples improvements (Updating samples to call MS graph #112, Sample json output #116, Updating device code and username password samples to call MS Graph #117, Demo how to disable MSAL log #118 )
If you prefer to, you can install this branch for your smoke testing: