Skip to content

Initial Test Definitions for DeviceIdentifier retrieve identifier#72

Merged
eric-murray merged 35 commits intocamaraproject:mainfrom
AxelNennker:patch-1
Sep 23, 2024
Merged

Initial Test Definitions for DeviceIdentifier retrieve identifier#72
eric-murray merged 35 commits intocamaraproject:mainfrom
AxelNennker:patch-1

Conversation

@AxelNennker
Copy link
Collaborator

@AxelNennker AxelNennker commented Aug 5, 2024

What type of PR is this?

  • tests

What this PR does / why we need it:

Initial test definitions

Fixes #68

Signed-off-by: Axel Nennker <axel.nennker@telekom.de>
Co-authored-by: Eric Murray <eric.murray@vodafone.com>
And the resource is "/retrieve-identifier"
And none of the scopes associated with the access token is device-identifier:retrieve-identifier
When the HTTPS "POST" request is sent
And the connection the request is sent over originates from a device with PHONENUMBER1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll leave this line in for now, but I don't think this affects the test in any way other than to complicate it. What matters is how the access token is obtained.

This device itself could use client credentials if allowed by regulation, or it could use CIBA if no server involved, or it could use authorisation code flow if a server sent it an appropriate re-direct (in which case, the API call itself would be made by that server and not the device).

All of these options (2-legged token, or 3-legged token obtained using CIBA or authorisation code flow) are also available to a server.

AxelNennker and others added 3 commits August 20, 2024 20:37
Co-authored-by: Eric Murray <eric.murray@vodafone.com>
Co-authored-by: Eric Murray <eric.murray@vodafone.com>
Co-authored-by: Eric Murray <eric.murray@vodafone.com>
AxelNennker and others added 6 commits August 20, 2024 20:39
Co-authored-by: Eric Murray <eric.murray@vodafone.com>
Co-authored-by: Eric Murray <eric.murray@vodafone.com>
Co-authored-by: Eric Murray <eric.murray@vodafone.com>
…ture

Co-authored-by: Eric Murray <eric.murray@vodafone.com>
eric-murray
eric-murray previously approved these changes Sep 18, 2024
@eric-murray
Copy link
Collaborator

Please provide any additional comments on this PR by end of Friday 20th September, otherwise it will be merged then

@eric-murray eric-murray merged commit 6300709 into camaraproject:main Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API Test Cases Required to be Defined

2 participants