Captain-P-Goldfish / SCIM-SDK

a scim implementation as described in RFC7643 and RFC7644
https://github.com/Captain-P-Goldfish/SCIM/wiki
BSD 3-Clause "New" or "Revised" License
122 stars 38 forks source link

Support String to boolean conversion for Upper-Case starting booleans #647

Closed sergei-kljujev closed 5 months ago

sergei-kljujev commented 5 months ago

This is required to support Microsoft SCIM Validation - role.primary value is string: "True" instead of boolean. See https://learn.microsoft.com/en-us/entra/identity/app-provisioning/application-provisioning-config-problem-scim-compatibility for more details

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.77%. Comparing base (32a99ee) to head (ea550be).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #647 +/- ## ========================================= Coverage 86.77% 86.77% Complexity 580 580 ========================================= Files 250 250 Lines 9650 9650 Branches 1212 1212 ========================================= Hits 8374 8374 Misses 890 890 Partials 386 386 ```

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

Captain-P-Goldfish commented 5 months ago

was now resolved by https://github.com/Captain-P-Goldfish/SCIM-SDK/pull/665. Sorry I forgot to publish my review...