[midPoint-git] [Evolveum/midpoint] e580ac: Smart integration: replace HTTP-based SCIM discove...
johnstone3
noreply at github.com
Mon Mar 30 15:26:19 CEST 2026
Branch: refs/heads/vaia/wp1/3673
Home: https://github.com/Evolveum/midpoint
Commit: e580accdc5b45128c5cd6feb90f3f30790ddc67b
https://github.com/Evolveum/midpoint/commit/e580accdc5b45128c5cd6feb90f3f30790ddc67b
Author: jkamenicky <jan.kamenicky at evolveum.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/conndev/ScimRestConfigurationProperties.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/ConnectorDevelopmentBackend.java
R model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/JsonHalBackend.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/RestBackend.java
A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/ScimBackend.java
Log Message:
-----------
Smart integration: replace HTTP-based SCIM discovery with shadow-based approach
Instead of fetching /Schemas and /ResourceTypes endpoints directly, discover
SCIM documentation by reading shadows of conndev_ScimSchema and conndev_ScimResource
object classes from the testing resource. Schema refresh (delete + testResource)
is triggered before shadow search to ensure up-to-date data.
Also add DEVELOPMENT_MODE constant to ScimRestConfigurationProperties and expose
JSON_FACTORY as protected in RestBackend.
Commit: 5af11e6cc3545d1714255b5a0bab89d461e774f6
https://github.com/Evolveum/midpoint/commit/5af11e6cc3545d1714255b5a0bab89d461e774f6
Author: jkamenicky <jan.kamenicky at evolveum.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/connector/development/component/wizard/scimrest/connection/BaseUrlConnectorStepPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/connector/development/component/wizard/summary/ConnectorDevelopmentWizardSummaryPanel.java
Log Message:
-----------
Smart integration: add SCIM-specific field handling in BaseUrlConnectorStepPanel
Show scimBaseUrl and developmentMode fields for SCIM integration type,
and baseAddress for REST. Suggested URL is pre-filled into the correct
field based on integration type. Completion check and mandatory handling
updated accordingly. Fix reference to renamed BASE_ADDRESS_ITEM_NAME
in ConnectorDevelopmentWizardSummaryPanel.
Compare: https://github.com/Evolveum/midpoint/compare/c5199899fca2...5af11e6cc354
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list