lessonly / scim_rails

SCIM Adapter for Rails.
MIT License
68 stars 76 forks source link

Audit logging #49

Closed valerauko closed 2 years ago

valerauko commented 3 years ago

Why?

Closes #47 In an enterprise context having an auditable log of SCIM requests is essential

What?

Testing Notes

Todo

I'm planning to mark this "ready for review" once I add rspec test cases for the changes and fix any lint violations

Alternatives Considered

Since it just calls info with the request object, it isn't particularly useful with actual Logger instances. Maybe requiring some ScimRails specific interface would be better? (Along the lines of the on_error config option)