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 Managing SCIM configuration #726

Merged
merged 3 commits into from
Sep 18, 2024
Merged

Add support for Managing SCIM configuration #726

merged 3 commits into from
Sep 18, 2024

Conversation

kailash-b
Copy link
Contributor

Changes

Adds support for Managing SCIM configuration and SCIM tokens.

  • Endpoints added
    • /connections/{id}/scim-configuration
      • GET / POST / DELETE / PATCH
    • /connections/{id}/scim-configuration/default-mapping
      • GET
    • /connections/{id}/scim-configuration/tokens
      • GET / POST
    • /connections/{id}/scim-configuration/tokens/{tokenId}
      • DELETE

📖 References

API Documentation for Create SCIM configuration
API Documentation for Get SCIM configuration
API Documentation for Update SCIM configuration
API Documentation for Delete SCIM configuration
API Documentation for Get Default SCIM configuration
API Documentation for Create SCIM token
API Documentation for Get SCIM token
API Documentation for Delete SCIM token

Testing

Added test cases covering the above end-points.

  • This change adds unit test coverage

  • This change adds integration test coverage

  • This change has been tested on the latest version of the platform/language or why not

Checklist

@kailash-b kailash-b requested a review from a team as a code owner September 17, 2024 10:57
@kailash-b kailash-b merged commit ed67278 into master Sep 18, 2024
11 checks passed
@kailash-b kailash-b deleted the feature/scim branch September 18, 2024 07:19
This was referenced Sep 27, 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.

2 participants