Skip to main content

Authentication and your scopes

The edi-app shares the rcm-app's authentication system. You log in once; your account carries scopes that determine which pages you see and which buttons are enabled.

Sign in

Your tenant's edi-app lives at <your-org>.edi.medsuite.com (or co-hosted at the rcm-app subdomain — your tenant admin will tell you). You sign in with the credentials your tenant admin issued; MFA is required as on the rcm-app side.

If you forgot your password, click Forgot password; reset link expires in 1 hour.

Scopes you might hold

ScopeWhat it lets you do
edi.dashboard.readOpen /dashboard and read every panel.
edi.transaction.readView /transactions list and detail.
edi.batch.readView /batches.
edi.partner.readView /trading-partners list and detail.
edi.partner.writeEdit partners — connection, capabilities, companion guide bindings.
edi.partner.credentials.writeSet / rotate credentials in the vault.
edi.companion-guide.readView /companion-guides.
edi.companion-guide.writeAuthor rules; clone versions.
edi.companion-guide.activateActivate / reactivate guide versions.
edi.routing.readView routing rules and run the simulator.
edi.routing.writeAdd / edit / delete routing rules.
edi.eligibility.runOriginate 270s.
edi.auth.runOriginate 278s.
edi.status.runOriginate 276s.
edi.replayTrigger replays.

Most operators hold a role that grants several scopes at once. Common roles:

RoleScopes
EDI_VIEWERAll *.read. No writes.
EDI_OPERATORAll *.read, edi.replay, eligibility/auth/status *.run. No partner / companion / routing writes.
EDI_ANALYSTEDI_OPERATOR + companion guide writes + routing writes.
EDI_ADMINAll edi.* scopes. Includes credential rotation.

Confirming what you have

Profile menu → My roles. The dialog shows your active roles and the scopes each grants. Useful when a button is unexpectedly greyed — check here before asking your tenant admin.

Asking for more scopes

When you need a write you do not have, the rcm-app's tenant admin grants it through their role-management interface (covered in the Tenant Manual). The recommended cadence:

  • Routine work: hold EDI_OPERATOR. Never enough rope to break things; covers triage, replay, monitoring.
  • Ramp-up to author guides / routing: ask for EDI_ANALYST after a couple of weeks of routine work.
  • Credentials and partner full-access: EDI_ADMIN, sparingly.

What you can do without scopes

Two surfaces work for everyone:

  • Dashboard panels you have scope for — others are hidden, not greyed.
  • Reading the manual — this manual.

Audit

Every action you take in edi-app is audited. The Audit access item in your profile menu shows the last 7 days of your own actions. Your tenant admin's audit log shows everyone's activity, with the same detail you see here.

PHI does not flow through edi-app the same way it does in rcm-app — the EDI envelope carries member identifiers, not full clinical PHI — but the same audit hygiene applies. Treat segment traces with the same care you would a member detail page.

Common Day-1 mistakes (avoid them)

MistakeBetter way
Asking for EDI_ADMIN on day 1Most work fits EDI_VIEWER for the first few days; ramp up.
Sharing credentials with a colleague who needs scopeEach user gets their own; sharing breaks the audit trail.
Bypassing the routing rules with a direct admin endpointRules exist to make routing deterministic; using a back door defeats the simulator.
Editing a companion guide without using clone-and-activateThe active guide is shared infrastructure; never edit it in place.

Where to go next

You are oriented. Pick the workflow you need:

DoingStart at
Onboarding a new partner2.1 — Onboard a new trading partner
Authoring a companion guide7.1 — The companion guide editor
Triaging morning traffic8.1 — Daily monitoring
Reading a 277CA / 835 / 2719.2 — Segment cheat-sheet
Submitting a 2785.1 — 278 request
Posting an 8356.1 — 835 inbound

End of Getting Started.