Skip to content

fix: align FDC3 web demo implementation metadata with current behavior#1801

Merged
kriswest merged 2 commits intofinos:mainfrom
saschabuehrle:fix/issue-1795
Mar 20, 2026
Merged

fix: align FDC3 web demo implementation metadata with current behavior#1801
kriswest merged 2 commits intofinos:mainfrom
saschabuehrle:fix/issue-1795

Conversation

@saschabuehrle
Copy link
Contributor

Bug

Fixes #1795. The FDC3 for Web demo reported outdated implementation metadata values and incorrectly advertised OriginatingAppMetadata support.

Fix

  • Updated demo provider version from 0.1 to 2.2.2
  • Updated reported FDC3 version from 2.0 to 2.2
  • Corrected optionalFeatures.OriginatingAppMetadata from true to false in the FDC3 web implementation metadata payload

These updates align the demo metadata with the current implementation behavior.

Greetings, saschabuehrle

@saschabuehrle saschabuehrle requested a review from a team as a code owner March 18, 2026 17:21
@netlify
Copy link

netlify bot commented Mar 18, 2026

Deploy Preview for fdc3 ready!

Name Link
🔨 Latest commit 450d86c
🔍 Latest deploy log https://app.netlify.com/projects/fdc3/deploys/69bd157a0c9f1500088833c4
😎 Deploy Preview https://deploy-preview-1801.preview-fdc3.finos.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Mar 18, 2026

CLA Signed

The committers listed above are authorized under a signed CLA.

Copy link
Contributor

@kriswest kriswest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @saschabuehrle, many thanks for your contribution. I've just discovered a small bug in the FDC3 fdc3-agent-proxy lib (#1802) that is causing the issue with OriginatingAppMetadata - hence I was incorrect about the reference implementation not supporting that. Could you revert that change and then I'll merge this.

optionalFeatures: {
DesktopAgentBridging: false,
OriginatingAppMetadata: true,
OriginatingAppMetadata: false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change should be reverted (my bad)

Suggested change
OriginatingAppMetadata: false,
OriginatingAppMetadata: true,

@saschabuehrle
Copy link
Contributor Author

Thanks for the heads-up. I reverted the OriginatingAppMetadata support toggle and pushed the update to this PR in commit 450d86c.\n\nGreetings, saschabuehrle

Copy link
Contributor

@kriswest kriswest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kriswest kriswest merged commit 43576b6 into finos:main Mar 20, 2026
7 checks passed
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.

FDC3 reference implementation (demo) reports incorrect ImplementationMetadata

2 participants