Skip to content

Signing and Verification Request/Response Body Formats #170

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

Open
kpolitz opened this issue Feb 16, 2023 · 4 comments
Open

Signing and Verification Request/Response Body Formats #170

kpolitz opened this issue Feb 16, 2023 · 4 comments

Comments

@kpolitz
Copy link
Contributor

kpolitz commented Feb 16, 2023

We are currently reviewing and confirming the intent of original 3GPP Annex V contributors on body formats. The reference APIs support the second body format (without the redundant "signingRequest" for the /signing endpoint). As we investigate, please feel free to share your feedback on this item. Thanks!

{
“signingRequest”: {
"attest": "A",
"orig": {
"tn": "sip:[email protected]"
},
"dest": {
"tn": [
"sip:[email protected]"
]
},
"iat": 1671467335,
"origid": "2088448c-718e-4930-be5d-0ec9b25d2f00"
}
}

and not simply:

{
"attest": "A",
"orig": {
"tn": "sip:[email protected]"
},
"dest": {
"tn": [
"sip:[email protected]"
]
},
"iat": 1671467335,
"origid": "2088448c-718e-4930-be5d-0ec9b25d2f00"
}

@di-shi
Copy link

di-shi commented Feb 23, 2023

I would prefer the atis10k82 format, but both of them work for me.

@jchilds-rbbn
Copy link

I would also prefer the ATIS format

@kpolitz
Copy link
Contributor Author

kpolitz commented Feb 27, 2023

Folks, we are going to start making the updates to better follow the original ATIS 10K82. Will let folks know when available for testing. Thanks for the feedback.

@kpolitz
Copy link
Contributor Author

kpolitz commented Mar 13, 2023

We have added and deployed "signingRequest", "signingResponse", "verificationRequest" and "verificationResponse" body formats on 3/10/23. PLease test and confirm.

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

No branches or pull requests

3 participants