-
Notifications
You must be signed in to change notification settings - Fork 48
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
PXP-6406 Feat/ga4gh scope #799
Conversation
The style in this PR agrees with This formatting comment was generated automatically by a script in uc-cdis/wool. |
Pull Request Test Coverage Report for Build 9346
💛 - Coveralls |
TECHDEBT.md
Outdated
Observed: July 2020 | ||
Impact: (If this tech debt affected your work somehow, add a +1 here with a date and note) | ||
+1 Zoe 2020 July 15 This is an example of a +1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
markdown displays paragraphs not separated by newlines as a single paragraph
TECHDEBT.md
Outdated
##### What the solution might be: | ||
GA4GH AAI already requires that a 'scope' claim be included in access tokens issued by Passport Brokers: | ||
https://github.com/ga4gh/data-security/blob/master/AAI/AAIConnectProfile.md#access_token-issued-by-broker | ||
So as of July 2020 we will put scopes in the 'scope' claim. However, this is in addition to keeping them in the 'aud' claim. Ideally we would only have the scopes in the 'scope' claim. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
Also introduces a techdebt.md
New Features
Deployment changes