auth0 / go-auth0

Go SDK for the Auth0 Management API.
https://auth0.com
MIT License
123 stars 54 forks source link

Add support for new SCIM Server Management API endpoints #419

Closed developerkunal closed 2 months ago

developerkunal commented 2 months ago

🔧 Changes

📚 References

🔬 Testing

  1. Run unit tests to ensure the SCIM configuration and token endpoints work correctly.
  2. Manually test the endpoints using a tool like Postman to ensure they function as expected.
  3. Verify that the SCIM configuration is properly created, read, updated, and deleted.

📝 Checklist

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 95.44%. Comparing base (aaf54a7) to head (0f49532).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #419 +/- ## ========================================== + Coverage 95.37% 95.44% +0.06% ========================================== Files 47 47 Lines 7614 7725 +111 ========================================== + Hits 7262 7373 +111 Misses 235 235 Partials 117 117 ```

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