simplesamlphp / simplesamlphp-module-oidc

A SimpleSAMLphp module for OIDC OP support.
Other
46 stars 23 forks source link

Add support for HTTP POST method on authorization endpoint #242

Closed cicnavi closed 2 months ago

cicnavi commented 2 months ago

Unit test coverage will come later 💯

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 35.90909% with 141 lines in your changes missing coverage. Please review.

Project coverage is 51.93%. Comparing base (00ef6b9) to head (c21d229).

Files Patch % Lines
...ontroller/Federation/EntityStatementController.php 0.00% 33 Missing :warning:
src/Server/RequestRules/Rules/MaxAgeRule.php 0.00% 16 Missing :warning:
src/Server/Grants/AuthCodeGrant.php 0.00% 15 Missing :warning:
src/Server/Grants/ImplicitGrant.php 0.00% 13 Missing :warning:
src/Helpers/Http.php 0.00% 11 Missing :warning:
src/Server/RequestRules/Rules/PromptRule.php 0.00% 11 Missing :warning:
src/Helpers/Client.php 0.00% 10 Missing :warning:
...Server/RequestRules/Rules/RequestParameterRule.php 0.00% 6 Missing :warning:
src/Services/Container.php 0.00% 6 Missing :warning:
src/Helpers.php 0.00% 5 Missing :warning:
... and 7 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## wip-version-6 #242 +/- ## =================================================== - Coverage 52.72% 51.93% -0.80% - Complexity 1122 1134 +12 =================================================== Files 119 121 +2 Lines 4127 4242 +115 =================================================== + Hits 2176 2203 +27 - Misses 1951 2039 +88 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.