Hey there @dev52 !
It just needs to be a valid token from Apple, and the bundle ID should match what is configured in the Apple connection in Auth0.
You’ll need to configure an Apple connection in Auth0 first and foremost. The client ID configured in the Apple connection should be the bundle ID. I believe that should be it in terms of configuration - Assuming the configuration of the Apple connection and correct parameters the post to /oauth/token
should work as expected.
Hope this helps!