Implementing Connector using Polygon SCIMREST Framework

Last modified 04 Jul 2025 10:59 +02:00

Initial Steps in General

Read-Only Connector

  1. Obtain the documentation for service / application for which connector is written.

  2. Determine connection & authentication parameters

  3. Implement test connection

  4. Determine an list of objects & concepts for identity & access management

  5. Implement search support for User / account object class

    1. Write schema for the User object class

    2. Determine API endpoint for the object class

    3. Implement basic search handler for the object class

    4. Implement support for getting user by UID (search by filter)

    5. (optional) implement advanced filtering support for search

  6. Implement search support for other object classes (same steps as for first class)

  7. Based on application and documentation determine relations (associations) between supported object classes

  8. Implement schema for relations (associations)

  9. Implement fetching related objects (associations)

Additional tasks / steps

  • Implement configuration discovery

Read-Write Connector

  1. Implement create operation for the object classes

  2. Implement update operation for the object classes

  3. Implement delete operation for the object classes

Was this page helpful?
YES NO
Thanks for your feedback