Power Platform mainly uses Microsoft Entra ID for authentication. It also supports Single Sign-On, OpenID Connect, and OAuth 2.0.
For external integrations, different methods can be used depending on the API. For example, a custom connector calling a REST API may require an API key in the header, an OAuth token, or even basic username and password authentication. This flexibility allows Power Platform to securely connect with both internal and external systems.


