Open groboclown opened 5 years ago
Merging #39 into master will increase coverage by
0.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #39 +/- ##
==========================================
+ Coverage 98.1% 98.11% +0.01%
==========================================
Files 5 5
Lines 317 319 +2
Branches 42 42
==========================================
+ Hits 311 313 +2
Misses 3 3
Partials 3 3
Impacted Files | Coverage Δ | |
---|---|---|
awsprocesscreds/saml.py | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a216e70...820cd42. Read the comment docs.
@JordonPhillips I'm pinging you because you are to be the top contributor. Can this PR be followed up?
Issue #, if available:
11
Description of changes: Keeps the original ADFS form names, and adds in the alternate
UserName
andPassword
fields for compatibility with other login forms. Note that this implementation allows for combinations that aren't expected (old + new form names).Includes a new unit test for checking the alternate names.
This also includes some minor styling updates to allow
make prcheck
pass.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.