AutoFill Credential Provider entitlement not available on macOS

We've implemented AutoFill Credential Provider within our macOS App now that it's available in Big Sur as mentioned in AutoFill Everywhere from WWDC20. We've followed the instructions in the documentation for ASCredentialProviderViewController which mentions adding the AutoFill Credential Provider Entitlement to both the extension and the containing app as the first step.

Add the AutoFill Credential Provider Entitlement to both the extension and its containing app.

Once we attempt to validate our App for the Mac App Store, we receive a validation error:

Invalid Code Signing Entitlements. Your application's bundle signature contains code signing entitlements which are not supported on macOS. Specifically, key 'com.apple.developer.authentication-services.autofill-credential-provider' in [App] is not supported.

One thing which may be related is that the documentation for ASCredentialProviderViewController references availability for macOS 11.0+, but the AutoFill Credential Provider entitlement doesn't reference any such availability.

With Big Sur being released, how do we submit/release our App with AutoFill Credential Provider support?
Have you got any reply for this yet? I've filed a Feedback, contacted App Store Connect support and burned a DTS but to no avail. I've yet to receive any reply.
I did receive a reply and this should now be resolved within App Store Connect where you can validate/submit Mac Apps which have the autofill credential provider entitlement without error.
AutoFill Credential Provider entitlement not available on macOS
 
 
Q