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

Unknown Configuration: SaasAuthorization #210

Closed natelabo closed 1 year ago

natelabo commented 1 year ago

After running through setup procedure and attempting to deploy/test the Admin Service / API locally. Receiving build error:

An unhandled exception of type 'System.InvalidOperationException' occurred in Microsoft.Extensions.Configuration.Abstractions.dll Section 'SaasAuthorization' not found in configuration.

It looks like this may have been in introduced in recent permissions updates. I don't quite know what the configuration was supposed to be pointing at or looking for. Not able to move forward with testing.

1iveowl commented 1 year ago

Thanks @natelabo. Will take a look at it.

1iveowl commented 1 year ago

Thank you for reporting this issue. It has been fixed in PR #211.

You will have to re-run the provisioning script for Saas.Admin: https://github.com/Azure/azure-saas/blob/main/src/Saas.Admin/deployment/run.sh

natelabo commented 1 year ago

@1iveowl Thanks for the quick response! I'll give this a go a little later today. Really appreciate the quickstart as well. This is very cool stuff!

1iveowl commented 1 year ago

You are welcome. Please do let us know if you run into other challenges or have other feedback. Thanks