mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 14:46:49 +00:00
debugfix/Add more logging at OAuthHandshake oauth/initiate
This commit is contained in:
parent
63bddaddda
commit
be9d6bb418
@ -63,6 +63,7 @@ object OAuthHandshake extends RestHelper with MdcLoggable {
|
||||
//Handling get request for a "request token"
|
||||
case Req("oauth" :: "initiate" :: Nil,_ , PostRequest) =>
|
||||
{
|
||||
logger.debug("Hello from oauth/initiate POST")
|
||||
//Extract the OAuth parameters from the header and test if the request is valid
|
||||
var (httpCode, message, oAuthParameters) = validator("requestToken", "POST")
|
||||
//Test if the request is valid
|
||||
|
||||
Loading…
Reference in New Issue
Block a user