SMART App redirect_uri does not match specification
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 61
- Forks
- 29
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 19
Description
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
- Launch the SMART Health Checks application.
- Inspect the SMART authorization request.
- Observe the
redirect_urivalue sent by the application. - 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/
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the SMART Health Checks application by searching for healthchecks.smartforms.io and the SMART authorization request entry point. Verify where redirect_uri is assembled, update it to include the trailing slash required by the specification, and confirm that the authorization request sends the exact expected URI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- authentication, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 74/100