Umb V13.3.2
Trying to implement Open ID Connect from the given example in the docs (https://github.com/jbreuer/Umbraco-OpenIdConnect-Example) but it doesn't use the out of the box Minimal Hosting Model so I can't work out what needs to be done to convert it. My solution runs but doesn't find any login providers (using the credentials in the example). I think that because I'm not using the startup.cs the AddMemberExternalLogins and ConfigureOptions services aren't being added at start up. I think I need a composer but need help rejigging it. Once I know how it's done, could PR the change back to the example so it works with the new MHM.
a
Andrew McKaskill
06/20/2024, 8:55 AM
What does your startup file look like at the moment?