1

In Microsoft Dynamics 365 Customer Engagement/ Sales, is it possible that I can disable/ block the global discovery service from returning information about any of the environments in my organization?

https://learn.microsoft.com/en-us/powerapps/developer/data-platform/webapi/discover-url-organization-web-api

For some internal security reason, I want to disable the global discovery from listing our internal Dynamics 365 environments.

FH-Inway
  • 4,432
  • 1
  • 20
  • 37
EpsiophI
  • 61
  • 1
  • 6
  • 1
    Visibility is restricted to environments your users have access to - they are not visible publicly. – Filburt Oct 20 '21 at 11:13

1 Answers1

2

No, you cannot turn off Global discovery. It is however, only accessible via User Auth and results are filtered by that user. The calling user must have an account in an environment for that environment to be shown.

As Filburt comments, you can restrict environments that are shown to users by using security groups associated with the environments to limit access.

See: https://learn.microsoft.com/en-us/power-platform/admin/control-user-access#associate-a-security-group-with-a-dataverse-environment

MattB
  • 171
  • 4