Support for adding authorization header token support directly to services

Related products: FME Form

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?

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'