[midPoint-git] [Evolveum/midpoint] bad43f: Smart integration: replace HTTP-based SCIM discove...
johnstone3
noreply at github.com
Wed Apr 1 12:46:09 CEST 2026
Branch: refs/heads/vaia/wp1/3673
Home: https://github.com/Evolveum/midpoint
Commit: bad43f4aacd64d3933626b6f4dd3b7d918d162c0
https://github.com/Evolveum/midpoint/commit/bad43f4aacd64d3933626b6f4dd3b7d918d162c0
Author: jkamenicky <jan.kamenicky at evolveum.com>
Date: 2026-04-01 (Wed, 01 Apr 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: f612c31adaa8d9c8a513dcdd5ebe49e837017ae6
https://github.com/Evolveum/midpoint/commit/f612c31adaa8d9c8a513dcdd5ebe49e837017ae6
Author: jkamenicky <jan.kamenicky at evolveum.com>
Date: 2026-04-01 (Wed, 01 Apr 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.
Preserve non-SCIM processed documentation when refreshing SCIM docs;
refactor loadShadowsAsDocumentation to return one entry per shadow.
Compare: https://github.com/Evolveum/midpoint/compare/d117004a1fa6...f612c31adaa8
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