-
Notifications
You must be signed in to change notification settings - Fork 23
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
Remove MSISDN from request body #58
Comments
as client credentials is still an option MSISDN has to be passed in a resource request. However, I suggest using HTTP request header to pass the MSISDN value. |
I don't think we can remove the |
Hi @chrishowell |
Problem description
With the use of 3-legged authorization flow, it is no longer necessary to send the phone number in the request body as it can be obtained from the token.
Expected behavior
The MSISDN will be obtained from the 3-legged token.
Alternative solution
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: