limosa-io / laravel-scim-server

SCIM 2.0 Server implementation for Laravel
MIT License
47 stars 28 forks source link

fix: set default schema on sub node in AttributeMapping #50

Closed atymic closed 9 months ago

atymic commented 10 months ago

This fixes the same issue as #19, but instead of ignoring the error it sets the default schema on the subnode. This means that the email value has the correct default schema and there are no errors.

cc @uberbrady @arietimmerman

arietimmerman commented 9 months ago

Thanks @atymic. CC @uberbrady