cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to bypass Snaplogic Authentication token with something different token

jshanaiah
New Contributor II

I need to pass Authorization token which is not provided by Snaplogic while calling triggered task.
I need to then get this token and validate.

Question is how to bypass Snaplogic Authentication and use Authorization token stored in header in a local variable in Snaplogic pipeline

FYI @sinhavivek

7 REPLIES 7

Youโ€™d either have to change the HTTP method to a post/put or pass in the query string or path. You could file an enhancement request asking for a way to pass custom headers through to pipelines. There are a number of features being worked on to enhance the API management capabilities in the platform, so this might be a good suggestion.

jshanaiah
New Contributor II

We were unable to file an enhancement request. Is this issue addressed or needs enhancement request?

FYI @kpatnala

tlikarish
Employee
Employee

You can now pass in custom headers to a pipeline. Give this a shot and let me know if you are able to get it working.

https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438189/How+to+Run+a+Pipeline+from+a+URL+T...