A reference example with sample code for developers interested publishing transactable, Software as a-Service offers in the Microsoft commercial marketplace.
I am getting this issue while setting up locally. I see that my appsettings.Development.json is configured correctly
An unhandled exception occurred while processing the request.
ArgumentException: Options.ClientId must be provided (Parameter 'ClientId')
Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions.Validate()
I am getting this issue while setting up locally. I see that my appsettings.Development.json is configured correctly
An unhandled exception occurred while processing the request. ArgumentException: Options.ClientId must be provided (Parameter 'ClientId') Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions.Validate()
Can someone please help