Use the term "identifier" if an identifier is talked about.
Operators often use the term "identity" when in fact it is an "identifier". Generally an "identity" and an "identifier" are different. There a several definitions for "identity" e.g. in OIDF, IETF and W3C e.g. "a collection of claims". But identity is never used when an identifier is meant.
I think we should avoid operator-speak and use "identifier" if it is an "identifier".
IMEI really is defined as "International Mobile Equipment Identity". See TS 22.016.
MEETING UPDATES
:
IMEI definition reverted to International Mobile Equipment Identity
PR approved and merged
Now merged
PR #91: Update error response schema following Commonalities update
Update error response schema to comply with CommonalitiesCAMARA_common.yaml
MEETING UPDATES
:
Wait for PR #87 to be merged and then fix any conflicts with this one.
Goal is to approve and merged the updated PR before next meeting
Issue #95: Should the 429 error response be documented in the YAML?
429 errors are now no longer mandatory in the OAS definition
We do document 429 errors. Should we keep them?
MEETING UPDATES
:
< Discussion >
Issue #100: Description of 403 PERMISSION_DENIED error is outdated
Current text ininfo.descriptionfor `403 PERMISSION_DENIED" is as follows:
If the end user has not consented to the API consumer getting access to the device identifier information, then a403 PERMISSION_DENIEDerror is returned.
This is only true for a 2-legged access token (i.e. client credentials), and is not the only reason for this error. More generally, for both 2- and 3-legged access tokens, this error would be returned if the access token did not have the correct scope for the endpoint being called.
Updated error description text proposed in PR #101