Skip to content

[WIP] Update server SCIM implementation using Go and Fiber#1

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/update-server-scim-implementation
Closed

[WIP] Update server SCIM implementation using Go and Fiber#1
Copilot wants to merge 1 commit intomainfrom
copilot/update-server-scim-implementation

Conversation

Copy link

Copilot AI commented Dec 12, 2025

Implementation Plan: SCIM Server with Go/Fiber/PostgreSQL

  • Initialize Go module with dependencies (Fiber, PostgreSQL driver, SCIM library)
  • Create project structure (handlers, models, database, config)
  • Implement database connection and schema for SCIM resources
  • Implement SCIM 2.0 User endpoints (POST, GET, PUT, PATCH, DELETE)
  • Implement SCIM 2.0 Group endpoints (POST, GET, PUT, PATCH, DELETE)
  • Implement SCIM ServiceProviderConfig endpoint
  • Implement SCIM ResourceTypes endpoint
  • Implement SCIM Schemas endpoint
  • Add configuration management (environment variables)
  • Add middleware (logging, error handling, CORS)
  • Create main server entry point
  • Add Docker and docker-compose for PostgreSQL
  • Add documentation and examples
  • Test all endpoints manually
Original prompt

this is server scim. this repo use golang and fiber and postgres


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI requested a review from arturoeanton December 12, 2025 23:27
@arturoeanton arturoeanton deleted the copilot/update-server-scim-implementation branch December 16, 2025 03:32
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