limosa-io / laravel-scim-server

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

feat: Allow for charset in Content-Type header #8

Closed geoffreyvanwyk closed 3 years ago

geoffreyvanwyk commented 3 years ago

The content-type header from Azure Active Directory is application/scim+json; charset=utf-8. With this pull request, the SCIMHeaders middleware checks whether the content-type header contains the correct MIME.