I am trying to setup server-to-server authentication like described here, but I can't get it to work without specifying a resource(or scope, depending on the version used of the token endpoint). The reason for not specifying the resource is because the third party application is not able to specify this (at least not at the moment)
Is there a way to specify a default resource/scope, for instance in the manifest of the App Registration?