-
Notifications
You must be signed in to change notification settings - Fork 32
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
PR #182 split - info.description template review (part 3 of 3) #214
base: main
Are you sure you want to change the base?
Conversation
@chrishowell's suggestions are fine with me. But in this case, as we are updating the |
I invite WG participants to review and comment. Specifically related issue owners. @RandyLevensalor |
Any comments on this PR? If there are no comments, I would propose to keep the current agreed |
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.
This is an improvement. Just a few minor comments.
Co-authored-by: Randy Levensalor <[email protected]>
@camaraproject/tsc-participants As we are updating the |
|
||
Which specific authorization flows are to be used will be determined during onboarding process, happening between the API Client and the Telco Operator exposing the API, taking into account the declared purpose for accessing the API, while also being subject to the prevailing legal framework dictated by local legislation. | ||
The specific authorization flows to be used will be determined during the onboarding process, happening between the API client and the operator exposing the API, taking into account the declared purpose for accessing the API, whilst also being subject to the prevailing legal framework dictated by local legislation. |
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.
The type of auth flow is established during the onboarding process, and hence outside the API run-time usage, correct ? we may want to be more explicit on that. point.
so I suggest to
- replace "determined" by "agreed upon"
- replace "API client" by "owner of the application consuming the API and the owner of the API exposure platform"
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.
Hopefully fixed in 00bac93
|
||
``` | ||
### Authorization and authentication | ||
|
||
The "Camara Security and Interoperability Profile" provides details on how a client requests an access token. Please refer to Identify and Consent Management (https://github.com/camaraproject/IdentityAndConsentManagement/) for the released version of the Profile. | ||
The "Camara Security and Interoperability Profile" provides details on how a client requests an access token. |
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.
replace "client" by "API consumer"
Can this text be more explicit and say "how an API consumer SHALL request an access token" ?
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.
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.
This is much more clear. Thanks for making the improvements.
@tanjadegroot please review again |
What type of PR is this?
What this PR does / why we need it:
As discussed by the team in 11/09 WG call, in order to move things forward, we are going to split the content of PR #182 into three different PRs:
info.description
template, which could also fix other issues like The wording in the Mandatory template for info.description is unclear #178.The WG concluded that it would be much easier to deal with if we separated the proposed changes in #182 into different PRs.
Which issue(s) this PR fixes:
Fixes #178
Special notes for reviewers:
Further context in #182
CC @chrishowell
Changelog input
Additional documentation
N/A