Orchard Core as an Intranet #16987
Replies: 2 comments 2 replies
-
With Blazor WASM there shouldn't be anything special compared to any frontend framework. As far as OC is concerned, probably the most complex part will be authenticating with the web APIs. While we at Lombiq have worked and work on quite a few functionally intranet websites (not intranet in the network sense, but apps that are accessible solely for people within a company, despite hosted on the internet), since those are private, I'm not at a liberty of talking about them, but if you have specific questions, I'll try to answer. |
Beta Was this translation helpful? Give feedback.
-
I've been doing that for a few years, but with Angular. |
Beta Was this translation helpful? Give feedback.
-
I'm prototyping an Intranet using Orchard Core with Blazor wasm and I was wondering if there are any other contributors using the platform this way and anything they can share?
I think the basic idea of having no content types accessible anonymously covers a bunch (i.e. just accessing the site forces a login). All users would have access to some content types in the Admin - e.g. "creating Suggestion content items" and might be able to create some other types as Draft only.
However, I'd also like the published content to be interactive through the Theme to some point (e.g. liking or voting on content). I'm assuming I would just tie additional SQL tables back to different content instances in Documents to track this sort of thing. However, before I "roll my own" I'd like to see if there is any existing examples of this.
Anyone else running their intranet on Orchard Core?
Beta Was this translation helpful? Give feedback.
All reactions