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

Access token response, Token Introspection properties aren't quite right #23

Open
jmandel opened this issue Sep 14, 2021 · 0 comments
Open
Assignees
Labels
c10n-2021-09 Connectathon 28

Comments

@jmandel
Copy link
Member

jmandel commented Sep 14, 2021

The access token response (and introspection response) from the launcher has some extra properties like:

  • "val_method":"cc-asym"
  • "jwks":"{\...

these shouldn't be there; the fix is to store them outside of the "context" param of our signed authorization code, since all context is merged into the access token response.

The token introspection response is missing the fhirUser property (taken from the id_token); this may have gotten lost in a feature branch merge, and should be detected by tests.

@barabo barabo self-assigned this Sep 15, 2021
@barabo barabo added the c10n-2021-09 Connectathon 28 label Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c10n-2021-09 Connectathon 28
Projects
None yet
Development

No branches or pull requests

2 participants