Enable {ColumnName} expansion in `token` of Bearer Token auth

  1. What is your feature/integration request?
    To be able to expand {ColumnName} when using Enrich your API, so that it works in the Authentication section, specifically in Bearer Token token field.

  2. What problem would this feature/integration solve?
    My endpoint implements two-legged client ID/secret style of auth, which at the moment is not supported by parabola. Using this method, I can just implement the flow manually.

  3. How do you solve/workaround this problem today?
    Please see OAUTH 2.0 With Client Credentails - #3 by ANTONY_RAPPAI for further discussion.