Skip to content

Commit

Permalink
Update documentation/CAMARA-Security-Interoperability.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Murray <[email protected]>
  • Loading branch information
AxelNennker and eric-murray authored Nov 5, 2024
1 parent 821833d commit c68723e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/CAMARA-Security-Interoperability.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ This CAMARA document clarifies the values used in login_hint in the following wa

For operator tokens as defined by [GSMA TS.43](https://www.gsma.com/newsroom/gsma_resources/ts-43-service-entitlement-configuration/) and [GSMA ASAC](https://www.gsma.com/newsroom/gsma_resources/asac-01-v1-0/).
TS.43 does not specify the format of the operator token and it therefore might contain characters that are not url-safe.
This document specifies that the API consumer must encode the operator token using [base64url](https://www.rfc-editor.org/rfc/rfc7515.html#appendix-C) encoding to make it urlsafe.
The API consumer MUST encode the operator token using [base64url](https://www.rfc-editor.org/rfc/rfc7515.html#appendix-C) encoding to make it URL safe.
For example, `operatortoken:ZXhhbXBsZQ`

This document does not specifiy how the API consumer got the operatorToken.
Expand Down

0 comments on commit c68723e

Please sign in to comment.