simplesamlphp / simplesamlphp-module-oidc

A SimpleSAMLphp module for OIDC OP support.
Other
45 stars 22 forks source link

Move claim type information inside individual claim array #146

Closed pradtke closed 2 years ago

pradtke commented 3 years ago

Attempt to address #138 and put claim type inside claim definition instead of in the claim's name,

codecov[bot] commented 3 years ago

Codecov Report

Merging #146 (657ca59) into master (13016ba) will decrease coverage by 0.16%. The diff coverage is 80.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #146      +/-   ##
============================================
- Coverage     33.84%   33.67%   -0.17%     
+ Complexity      698      695       -3     
============================================
  Files            93       93              
  Lines          2621     2613       -8     
============================================
- Hits            887      880       -7     
+ Misses         1734     1733       -1     
Impacted Files Coverage Δ
lib/Factories/ClaimTranslatorExtractorFactory.php 0.00% <0.00%> (ø)
lib/ClaimTranslatorExtractor.php 89.28% <92.30%> (-1.20%) :arrow_down:

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 13016ba...657ca59. Read the comment docs.