Hi @Micheal Mc Donnell ,
How do we add users from other tenants without manually adding them.
To add users from other tenants, you can use Azure AD B2B collaboration. This feature allows you to invite users from other organizations to collaborate with you on your applications and resources. You can invite users to your tenant as guests, and they can sign in with their own credentials from their home organization.
Reference -https://learn.microsoft.com/en-us/entra/external-id/what-is-b2b
Can we use other organizations active directory/entra id users and trust them to access our applications
To use another organization's Active Directory/Enterprise ID users and trust them to access your applications, you can set up federation between your organization and theirs. Federation allows you to establish trust between two organizations so that users from one organization can access resources in the other organization using their own credentials.
What is the function of adding an external tentant. When we add an external tenant we are hoping to allow for users to access our application.
To allow all users from an external tenant to automatically access one of your applications, you can create a conditional access policy that grants access to the application for all users from the external tenant. You can configure the policy to allow access based on the user's tenant ID. However, keep in mind that this will grant access to all users from the external tenant, so you will need to handle permissions on your side for those users.
If you are receiving an error when attempting to log in from a user from another tenant that you have added as an external tenant, there might be multiple scenarios for that error. Please refer https://learn.microsoft.com/en-us/troubleshoot/azure/entra/entra-id/app-integration/error-code-aadsts50020-user-account-identity-provider-does-not-exist to identify the issue and its solution.
Hope this will help.
Thanks,
Shweta
Please remember to "Accept Answer" if answer helped you.