-
The issue #13311 is resolved and a PR is merged and included in the 3.0.0 release. I'm trying to build a module for PiranhaCMS based on version 3.1.6 of Microsoft.AspNetCore.Authentication.AzureAD.UI to be used optionally instead of the default Piranha.AspNetCore.Identity module. But when I register the services as explained in the official MS docs, I run into the same issue as #13311. OptionsValidationException: The 'Instance' option must be provided. Stacktrace:
I created this PR as a reference: eloekset/piranha.core#9 And the appsettings.json definitely has the Instance property set: I use the MvcWeb test application included in the Piranha solution: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@eloekset Are you sure you’re using the latest version of the docs? Given that the example contains the following line:
Is it really compatible with asp.net core 3.1? I know there were a couple of changes affecting startup configuration between 2.x and 3.x, especially regarding the order of how security components should be registered. |
Beta Was this translation helpful? Give feedback.
@eloekset Are you sure you’re using the latest version of the docs? Given that the example contains the following line:
Is it really compatible with asp.net core 3.1? I know there were a couple of changes affecting startup configuration between 2.x and 3.x, especially regarding the order of how security components should be registered.