Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FI-3219 Add access token outputs #9

Merged
merged 6 commits into from
Nov 4, 2024
Merged

Conversation

alisawallace
Copy link
Collaborator

Summary

Currently, the UDAP token exchange tests have an output for the entire JSON response body from the token exchange, and tests interested in using any of the values from the response must re-parse the entire response body.

This PR updates tests to use specific outputs for access token, received scopes, and expiration time for easier use by downstream tests. I also did some minor changes to the existing input names to be fully consistent with the input refactor done in a previous PR.

Testing Guidance

None - unit tests are not impacted, and we do not have a reference implementation to test against that would visualize the outputs in the web app.

@alisawallace alisawallace merged commit 222d59b into main Nov 4, 2024
3 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.

2 participants