Azure / azure-saas

The Azure SaaS Development Kit (ASDK) provides a reference architecture, deployable reference implementation and tools to help developers, startups, ISVs and Enterprises deliver their applications as a SaaS service. A platform for platform creators.
https://aka.ms/azuresaasdevkit
326 stars 239 forks source link

Assign SSO User Id #180

Closed julian-mcnichols closed 2 years ago

julian-mcnichols commented 2 years ago
landonpierce commented 2 years ago

@julian-mcnichols can you explain what this is? Where is that userID property used for in the app?

julian-mcnichols commented 2 years ago

The UserId stored on the Workflow item has no relevance in the app currently, everything is working fine with it generating a fresh Guid every time. Presumably it may become relevant if the persistence provider were swapped for something that needed to reference the value at object level.