This repository was archived by the owner on Sep 29, 2023. It is now read-only.
Update for US Government and German Government Authority Instances - #19
Merged
Conversation
This change adds 2 federation providers to the whitelist of federation providers in the ADAL library 1. The US government one (login-us.microsoftonline.com) 2. The German government one (login.microsoftonline.de)
yugangw-msft
added a commit
that referenced
this pull request
Jun 16, 2016
* improve python version to be in parity with node version * More improvement: fix authorization flow, add samples, documents, logging, etc. (#7) * Address review feedback from python DG group(logging, code quality, etc) (#8) * address review feedback from brettcannon (#10) * Making fixes to unit tests and some minor code refactoring for tests This change make unit tests pass for Windows running Python 3.5 This change removed all callbacks from the test code to match the code fixes recently pushed. Updated gitignore to ignore files created by VS * address review feedback from brettcannon (#11) * Using the compat library to fix AssertRaisesRegex mismatch between Python 2 and Python 3, also fixing a wierd behavior with Mock which was causing a wstrust testcase to fail * STRIKE: Fixing the CredScan issue of a pem file checked in, a fake password was replaced with a string that shows it is fake * refresh readme (#13) * update readme and samples * use msdn walkthrough for service principal * fix a bug in web site sample on invoking token refresh (#14) * enable ci (#12) * put in version range on dependency packages (#17) * Update README.md * Update for US Government and German Government Authority Instances (#19) This change adds 2 federation providers to the whitelist of federation providers in the ADAL library 1. The US government one (login-us.microsoftonline.com) 2. The German government one (login.microsoftonline.de) * Update README.md with security header (#20) * version at 0.3.0 (#22) * add notes for installation (#23)
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This change adds 2 federation providers to the whitelist of federation
providers in the ADAL library