cofoundry
cofoundry copied to clipboard
Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
I have just downloaded the latest SimpleSite sample from GitHub. As per Readme.md, I did item 1 and created a database. I then failed at item 2 and could not...
Is there any example how to integrate Cofoundry with IdentityServer4 ?
In reference to #199, at a basic level we should be able to allow additional auth providers so that developers can wire up non-cookie auth senarios how they please.
Cofoundry doesn't use the ASP.NET identity system because Cofoundry requires some additional features not available in ASP.NET identity (e.g. the ability to partition users across user areas). It is possible...
When working with multiple user areas, for example having a login protected members area which is set as the default auth schema, it can be confusing that you cannot access...
#156 details a requirement for an external auth provider. Typically in the past we have handled SSO using the Cofoundry user/auth primitives to provision an account for an externally authenticated...
The term "root entity" is used in both the UnstructuredDataDependency table and in the domain layer in `RootEntityMicroSummary`, given that these are both closely related I think we should look...
We are new cofoundry and trying to figure out how we can restrict access to the admin pages to only the internal set of ips/users when the website will be...
I can't find a way to implement blocktypes in a separate project. The reason is that we need the blocktypes in several projects.
In the default template project, the HTML editor allows you to add an embedded video, however the HTML sanitizer strips the iframe from the output. HTML Sanitization always needs to...