limosa-io / laravel-scim-server

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

Examples for collections #41

Closed fedeisas closed 9 months ago

fedeisas commented 1 year ago

The SCIMConfig does not maps addresses, phoneNumbers, ims, etc. I'm trying to implement this without success. I see the AttributeMapping class does have an eloquentCollection method. Can you share an example on how to map this? Thanks!

pieterdt commented 1 year ago

@fedeisas , I found this config a useful example: https://github.com/idaas-nl/idaas.nl/blob/893b18731464f810da9eae2e4e466b1f00fe9241/app/SCIMConfig.php#L16