Skip to main content

Interested in this feature? Get in touch with your Customer Success Manager.

Preface

Junction Connect helps you integrate Junction Dashboard features into your web application. To facilitate this, Junction Connect makes a few assumptions:
  1. You programmatically manage the profiles of the providers as integration-managed members.
  2. An integration-managed member must be at least a team admin of the team for Junction Connect to work.
What provider means in your use case may differ. Here are two example mappings for your consideration:

I am a health care practice...

I am an EMR...

Core flow

1

Prepare identity and team records

Use the Junction Management API to create or resolve the team and integration-managed member for the current provider.
2

Create a Dashboard URL

Call Create Dashboard URL with the target member, team, modality, feature, and environment.
3

Launch Junction Connect

Open the returned Dashboard URL in a top-level browser context for Link Out, or load it in an iframe for Feature Embed.

Configuration

You can configure Junction Connect either through “Org Config → Junction Connect” in the Junction Dashboard, or programmatically via the Set Junction Connect Configuration endpoint on the Junction Management API.

Integration-managed members

To launch Junction Connect in either modality, identify the provider who should use Junction Dashboard as an integration-managed member. These members are created and managed through the Junction Management API by your backend system. Integration-managed members:
  • can sign in only through Junction Connect launch flows;
  • cannot sign in through Junction Dashboard identity providers; and
  • can be assigned team role bindings when created or updated.

Feature slug

Features are represented by a feature slug. Use a feature slug when you: