-
Notifications
You must be signed in to change notification settings - Fork 6
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
Spring25-v2 #121
Spring25-v2 #121
Conversation
Authorization and authentication. Info. description update:camaraproject#120
Phone number from access token: camaraproject#122
First step toward the RCL file for the Spring25 release. The "Enhanced API test cases & documentation" links will be included in a following PR.
To reference to v1.0.0 and Release tag R2.0
According to: camaraproject#125 (reply in thread) row 7 and 8 both linked to the same files.
Remove unused Error codes: camaraproject#129
Enhancements and Alignments in Errors: camaraproject#119
Phone Number retrieval: camaraproject#130
Phone Number retrieval and Testing: camaraproject#131 This Commit doesn't fix the other error codes. this will be addressed by: camaraproject#123
Align API-Testing with Error codes: camaraproject#123
Dear @bigludo7 and @chinaunicomyangfan we must merge the PR before mid January. when this PR will be merged I will create a new one moving the release number from WIP to V1.0.0-rc.1 (hoping that GSMA certifies the implementation developed by @StefanoFalsetto-CKHIOD). To meet M3. |
Hello dear @FabrizioMoggio
|
Another one @FabrizioMoggio where I would like to get your view (not asking for change but to get your perspective). In the TC you use the formulation Perhaps the use of CIBA is so evident for this API? |
what about 504? I think that, for the same reason we have for 500 and 504, we should also remove 504. |
You are totally right, login_hint is too specific, I also prefer a more generic phrasing as you suggested. |
Thanks @FabrizioMoggio I share your understanding for 5xx errors. |
50x error too obvious: camaraproject#132 422 error code: camaraproject#133
Rephrased obtaining phone number by token to "The header "Authorization" is set to a valid access token identifying a phoneNumber"
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.
"phoneNumber" is the name of the parameter in the API. The header identifies the "phone number". Isn't it? So I suggest to modify the sentence as:
The header "Authorization" is set to a valid access token identifying a phone number.
@FabrizioMoggio I've update the feature files to replace the login_hint by the |
Yes you're right ! |
change phoneNumber to phone number ;)
change phoneNumber to phone number ;)
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.
Changed phoneNumber to phone number ;)
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.
LGTM
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.
LGTM
V2 PR to fulfill Spring25 scope: #114
What type of PR is this?
What this PR does / why we need it:
To be aligned with Commonalities v0.5.0
To update the code according to the outcomes of the implementation of v0.2.0
Which issue(s) this PR fixes:
#114
#120
#122
#126 (not a complete fix)
#127
#129
#119
#130
#131
#123
#132
#133
#134