[midPoint-git] [Evolveum/midpoint] 99c11c: Smart integration: replace HTTP-based SCIM discove...
johnstone3
noreply at github.com
Mon Mar 30 12:09:55 CEST 2026
Branch: refs/heads/vaia/wp1/3673
Home: https://github.com/Evolveum/midpoint
Commit: 99c11c3e953e8de98fd9e070ffb75562cbdc7675
https://github.com/Evolveum/midpoint/commit/99c11c3e953e8de98fd9e070ffb75562cbdc7675
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: 88bec31a3bf1f2e43aeb9f0d3b77b19c150d87fa
https://github.com/Evolveum/midpoint/commit/88bec31a3bf1f2e43aeb9f0d3b77b19c150d87fa
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/73bb60703113...88bec31a3bf1
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