Can Message Filter Extension use configured Shared Web Credentials for auth'd calls?

We've created a Message Filter Extension that relies on the network action workflow of Message Filter Extensions (ILMessageFilterExtension). Has anyone applied authentication to these calls?

It works great when being called un-authenticated, but the logic behind this API costs us money, and we'd like to rate-limit it by the client to avoid someone DDOs'ing the exposed API and racking up our bill.

We've followed https://developer.apple.com/documentation/sms_and_call_reporting/sms_and_mms_message_filtering/creating_a_message_filter_app_extension and set up a Shared Web Credential (both webcredential and messagefilter associated domains). Still, our calls never have the created and verified credentials forwarded to our service with the REST API call.

Have any thoughts on how to apply a shared web credential to those delegated calls?

There's no supported way for you to insert auth in a Message Filter Extension with the APIs currently available. If you'd like us to consider adding the necessary functionality, please file an enhancement request using Feedback Assistant. Once you file the request, please post the FB number here. If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why?

You could try managing authentication in your app and sharing the results with your extension point via an app group, albeit that might not be an ideal workaround attempt.

Rico WWDR - DTS - Software Engineer

Can Message Filter Extension use configured Shared Web Credentials for auth'd calls?
 
 
Q