I am using OAM 11g R2 PS3 and also applied BP04 on top of it.
Hi OAM / OAuth experts,
I am using OAM 11g R2 PS3 and also applied BP04 on top of it.
I have enabled the Mobile OAuth service and configured the OAuth client and service profile.
Also written a custom client security plugin and custom token attributes plugin and configured them into OAM OAuth.
In my custom client security plugin and Custom Token attributes plugin, i am not able to get the HTTP headers or the HTTP request parameters sent along with the request
ClientRequest.getRequestParams()...is always returning null
This is how i send the request to create token..
curl -i -H 'Authorization:Basic d2ViYXV0aGNsaWVudDpPcmFjbGUxMjM=' --header 'dynAttr1: 1234' --request POST