Shaun Walker

Results 210 comments of Shaun Walker

leaving the connection string blank solves the problem - however it then requires the user to manually enter a bunch of information in the install wizard UI... and doesthe user...

After looking more closely at the logic, there is still support for a "silent install" which bypasses the Install Wizard - however in order for this to work properly it...

The Deploy To Azure is still helpful in simplifying many aspects of the deployment of Oqtane to Azure - so it would be useful to keep it. So removing the...

Sorry I am not sure I understand this item. Are you suggesting that you want to volunteer to set up a CI/CD pipeline? Or are you asking for me to...

In order to certify that releases are "official", it would be best if I created any accounts to third party services. What services are needed to set this up?

Basically you are describing the fact that Oqtane currently supports both Blazor hosting models by forcing the framework to act in a client/server manner regardless of whether you are running...

There are 2 distinct sides to file management - the front-end user interface, and the back-end APIs and storage. It is not clear to me if you are referring to...

In regards to the front-end UI, the general approach for the framework is to provide a set of administrative UIs which are consistent in their look and feel and expose...

The concept is that External Login settings can be set globally in appsettings.json similar to the .NET Core Identity options. There is a method ConfigureOqtaneAuthenticationOptions() to read the OIDC and...

After reviewing the code, it appears some modifications will be required to allow global configuration for External Login via appsettings.