Closed acwest closed 1 month ago
The documentation and examples for Microsoft Azure AD connections gave an invalid value for user_id_attribute. The only valid values according to their documentation are sub and oid
user_id_attribute
sub
oid
Updated example for resource auth0_connection for AzureAD
auth0_connection
https://learn.microsoft.com/en-us/entra/identity-platform/id-token-claims-reference#use-claims-to-reliably-identify-a-user
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.37%. Comparing base (48a1d05) to head (1e49ae3).
48a1d05
1e49ae3
The documentation and examples for Microsoft Azure AD connections gave an invalid value for
user_id_attribute
. The only valid values according to their documentation aresub
andoid
🔧 Changes
Updated example for resource
auth0_connection
for AzureAD📚 References
https://learn.microsoft.com/en-us/entra/identity-platform/id-token-claims-reference#use-claims-to-reliably-identify-a-user
🔬 Testing
📝 Checklist