Hi @ejbakken,
I believe the extract will simply send to the address and will not allow you to add authentication (unless you are able to declare it in the address path).
You may want to use the audit option instead which functions in much the same way but stores the result in the database. There is an option to update fsm integration as well, you can then set up an integration that does authenticate to trigger on an entry in to the table and send to the desired location.
Kind regards,
Lee Pinchbeck
I ended up setting the Extract Address to “db” and checking “Update FSM Integration”, which writes the XML/JSON to the metrix_integration table. On insert to this table, a business rule invokes perform_outbound_integration, which calls an XML map. The XML map extracts from metrix_integration and sends the XML/JSON to the authenticated endpoint using a message routing rule.