Skip to main content
Released

Support for adding authorization header token support directly to services

Related products:FME Form
  • March 1, 2018
  • 1 reply
  • 44 views

Adding authorization header token support to data streaming, job submitter, data download services. Possibly by aligning or incorporating them into the REST API via the transformations api.

For example:

POST /transformations/submit | transact | transactadata/<service>/< repository >/< workspace >

Or maybe through a new Services Manager API?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • November 7, 2019

I am happy to note that as of FME Server 2018.0 (Build 18267) and 2018.1 (Build 18415), we have supported tokens in the Authorization header.

HeaderValueAuthorization

 

fmetoken token=<token>

 

 

For those of you running newer versions of FME Server – you will notice we provide this documentation when going through the 'Create Webhook' workflow.

Authorization with Header is documented in FME Server'