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

Improve user management #261

Closed leo-schick closed 5 months ago

leo-schick commented 5 months ago

I did some work in order to improve the user management. This was requrested in https://github.com/Azure/azure-saas/issues/225 as well.

Task list:

leo-schick commented 5 months ago

@1iveowl maybe you could implement the missing API functions?

This PR could be be merged already now since it does not add any harm but just improves the currently incomplete implementation of the user management.

1iveowl commented 5 months ago

@1iveowl maybe you could implement the missing API functions?

This PR could be be merged already now since it does not add any harm but just improves the currently incomplete implementation of the user management.

Thank you @leo-schick. Current dev work is centeret around researching the introduction of Microsoft Entra External Id to replace Azure B2C. If you want to add the missing APIs please feel free to do so.

I will go ahead and merge what you have already created. Thank you for your contribution.