Apologies if this question doesn't make any sense, I just integrated Sign in with apple in my app with my Developer account, Everything works great. Then I needed to provide build to the clients and when I was creating a bundle Identifier for my app from an Enterprise account I didn't see the sign in with Apple Capability. I searched over the internet and didn't find anything yet.
Is there anything I'm missing?
Attaching the screenshot of the developer and enterprise account.
Developer
Enterprise
Sign-in with Apple isn't available for Enterprise signed apps; Sign-in with Apple is essentially a consumer-facing solution intended as an alternative to social network sign-in such as Facebook or Google.
Enterprise apps are only for distribution to employees of the enterprise. A social log in doesn't make sense in that case; typically it would be expected that the employee would sign in with their employer-provided credentials (e.g. Active Directory).
If you are looking to provide a build to a client for testing you should either use an ad-hoc build with their test device UUIDs or TestFlight. Using the Enterprise program to distribute apps outside of your own enterprise is a violation of the terms of that program.