Author |
Message
|
vinodkumar |
Posted: Fri Dec 09, 2016 6:21 am Post subject: Authentication Using HTTPInput Node |
|
|
Newbie
Joined: 06 Sep 2016 Posts: 2
|
Hi Guys,
Can you give any suggestion for basic authentication is processed using HTTP request node and HTTP input node.
the consumer flow having the following nodes
mq input node --> compute -->http request node --> mq output node
I am passing the username and password in the compute node before the HTTP request node as it follows.
SET OutputRoot.Properties.IdentitySourceType='usernameAndPassword';
SET OutputRoot.Properties.IdentitySourceToken = 'ABCED';
SET OutputRoot.Properties.IdentitySourcePassword = '1234';
SET OutputRoot.Properties.IdentitySourceIssuedBy = 'myDomain';
for provider flow the flow is
http input node --> compute node --> http reply node.
In the HTTP input node properties tab
security-->identity token type --> username+password.
identity token location-->$Root/Properties/IdentitySourceToken = 'ABCED'
identity password location --> $Root/Properties/IdentitySourcePassword = '1234'
when the flow gets triggered,the flow is getting terminated after the http request node (not getting triggered to http input node).
Do needful for this scenario. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Dec 09, 2016 6:50 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
What does the user trace say is happening? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
vinodkumar |
Posted: Fri Dec 09, 2016 7:03 am Post subject: |
|
|
Newbie
Joined: 06 Sep 2016 Posts: 2
|
I am not using trace node in my flow. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Dec 09, 2016 7:09 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vinodkumar wrote: |
I am not using trace node in my flow. |
I never said you were. I doubt it would help here anyway.
I asked what you found when you used a user trace to help diagnose your problem before posting here.
Or alternatively, share what other diagnostic items you found as part of your problem investigation. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Dec 09, 2016 7:47 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
What portions of the IIB runtime infrastructure support security and authentication?
How do those apply to HTTP nodes? _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|