microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
355 stars 27 forks source link

Unable to use Azure Container Apps Easy Auth with Entra ID External Identities #1200

Open mvrius opened 1 week ago

mvrius commented 1 week ago

Please provide us with the following information:

This issue is a:

Issue description

It seems that Entra ID External Identities do not work as expected with Easy Auth

Steps to reproduce

  1. Create an Entra ID tenant with External Identities
  2. Configure it with Easy Auth

Expected behavior

Expect this to work the same way Entra B2C auth works.

Actual behavior

{ "code": 401, "message": "An error of type 'invalid_request' occurred during the login process: 'AADSTS500207: The account type can't be used for the resource you're trying to access. Trace ID: 0915ea63-b52a-4a2a-8d32-b56abf6e0000 Correlation ID: 609967fe-e97c-419d-9907-3430fd69c0af Timestamp: 2024-06-18 08:01:18Z'" }