AzureAD/microsoft-identity-abstractions-for-dotnet

[Feature Request] Does AcquireTokenOptions.CorrelationId need to be a Guid?

keegan-caruso opened this issue · 2 comments

Does the AcquireTokenOptions.CorrelationId need to be a Guid or would a string be sufficient?

If not set, then the default value for this will be the default value of a Guid, all zeros.

Is it strictly required that the correlation ID being a GUID is another question

@keegan-caruso : le'ts have a string. It allows for hierarchical correlation ids (that ASP.NET Core uses)
@jennyf19 let's replace the GUID by a string in our next release:

released in 1.0.0-preview.