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

node based implementation + questions #201

Closed liorkesos closed 1 year ago

liorkesos commented 1 year ago

I want to integrate a saas based offering in to my current dashboard and API which is node.js based. Any plans to provide something similar implemented in node ? Can I deploy just the identity part as a separate microservice? Does that have a node-based implementation?

landonpierce commented 1 year ago

Hello @liorkesos, thanks for your interest in the Azure SaaS Dev Kit.

Unfortunately, we do not have any concrete plans at the moment for additional language support, but it is something we have our eye on. For now, feel free to use the kit as a reference to gain inspiration from for your own implementation.

You could absolutely deploy just the identity framework and use only that, as it does come with a pre-configured AAD B2C tenant as well as a permissions API. If you did not want the permissions API to be in .NET, you could swap it out with your own node implementation as well (either now, or in the future).

Let me know if you have any other questions!