Skip to content

Commit

Permalink
Merge pull request #173 from camaraproject/AxelNennker-patch-6
Browse files Browse the repository at this point in the history
Proposed text on network-based authentication
  • Loading branch information
jpengar authored Jun 21, 2024
2 parents b45bf13 + f72b130 commit 62d646b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/CAMARA-API-access-and-user-consent.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ As per the standard authorization code flow, the device application is redirecte

The API exposure platform receives the request from the device application (Step 3) and does the following:

- Use network based authentication mechanism to obtain the user identifier, i.e.: MSISDN. Set the OAuth sub to the unique user ID in the operator (Step 4).
- Use network based authentication mechanism to obtain the subscription identifier,e.g.: phone number or IMSI. Set the id_token sub to some unique user ID and associate the sub with the access token. The id_token sub SHOULD NOT reveal information to the API consumer that they not already know, e.g. using the MSISDN as a sub might violate privacy. (Step 4).

- Check if user consent is required, which depends on the legal basis associated with the purpose ("legitimate interest", "contract", "consent", etc). If necessary, it will check in the operator's consent master whether user consent has already been given for this identifier, the application client_id and the requested purpose (Steps 5-6).

Expand Down

0 comments on commit 62d646b

Please sign in to comment.