-
Notifications
You must be signed in to change notification settings - Fork 709
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-9938] Add req method and uri to sig payload
Currently, during OAuth token is of the form: <base64 encoded user's cert>.<base64 encoding of the signature> The signature is on the payload of the form: <base64 encoding of request body>.<base64 encoding of user's cert> This change changes the payload to add request method and URI to make it more secure. So, the payload is form the form: <request method>.<url path>.<base64 encoding of request body>.<base64 encoding of user's cert> Change-Id: I3087d491e63b9f61d022d8ca0f7701c3987999ee Signed-off-by: Anil Ambati <aambati@us.ibm.com>
- Loading branch information
Anil Ambati
committed
May 15, 2018
1 parent
534af8c
commit 02858a7
Showing
5 changed files
with
36 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters