Skip to content

SMART App redirect_uri does not match specification #2097

Description

@LandonTroyReilly

Describe the bug
The SMART Forms integration specification defines the redirect URI as:

https://healthchecks.smartforms.io/

However, the SMART app sends the redirect URI without the trailing slash:

https://healthchecks.smartforms.io

This causes a redirect URI mismatch when performing strict URI validation.

To Reproduce

  1. Launch the SMART Health Checks application.
  2. Inspect the SMART authorization request.
  3. Observe the redirect_uri value sent by the application.
  4. Compare it with the redirect URI defined in the SMART Forms integration specification.

Expected behavior
The SMART app should send the redirect URI exactly as defined in the specification:

https://healthchecks.smartforms.io/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions