Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new SCIM Server Management API endpoints #419

Conversation

developerkunal
Copy link
Contributor

🔧 Changes

  • Add endpoints for SCIM configuration management.
  • Include CRUD operations for SCIM configurations and tokens.
  • Add test cases to verify the functionality of the new endpoints.
  • Add structs and marshaller for SCIM configuration and tokens.

📚 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

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@developerkunal developerkunal requested a review from a team as a code owner July 5, 2024 08:37
@codecov-commenter
Copy link

codecov-commenter commented Jul 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

management/connection.go Outdated Show resolved Hide resolved
management/connection.go Outdated Show resolved Hide resolved
management/connection.go Outdated Show resolved Hide resolved
management/connection.go Outdated Show resolved Hide resolved
management/connection.go Outdated Show resolved Hide resolved
management/connection.go Outdated Show resolved Hide resolved
management/connection.go Outdated Show resolved Hide resolved
management/connection.go Outdated Show resolved Hide resolved
management/connection.go Outdated Show resolved Hide resolved
management/connection.go Outdated Show resolved Hide resolved
@developerkunal developerkunal merged commit 4125b95 into main Jul 5, 2024
7 checks passed
@developerkunal developerkunal deleted the SDK-4851-Add-go-auth0-support-for-new-SCIM-server-API2-s-endpoints branch July 5, 2024 14:34
@developerkunal developerkunal mentioned this pull request Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants