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
332 stars 286 forks source link

Migrate Permissions API Authentication to use an API key instead of mTLS certificate auth #196

Closed landonpierce closed 2 years ago

landonpierce commented 2 years ago

Azure AD B2C recently released the ability to secure custom connectors with an API key. The communication is currently secured using mTLS (mutual TLS) authentication. Migrate the relevant ASDK code to take advantage of API keys instead.

The following changes are needed: