Found 406 results for "appserver authentication authenticators custom"
The search executed in 0.001875179 seconds. That's fast.
![]() |
Gitana 3.2 / Guide / Guide / API / Data Types / NodeExplore comprehensive insights into creating, updating, deleting, and querying nodes in Cloud CMS using Elasticsearch for dynamic JSON content management.
Score: 1.063482
|
![]() |
Role-based security accessYou can configure a Cloud CMS project to provide precise, role-based access to content types and content instances. Let's take a look at example of how this is done! Suppose that you have three users - Jim, Dwight and Michael - and two content types (my:article and my:news). We would like things to work like this: Michael is the boss. He is allowed to view, create, edit and delete content content of all types. Dwight is a worker. He is allowed to view, create, edit and delete content of type "my
Score: 1.063482
|
![]() |
Announcing Gitana 4.0Announcing Gitana 4.0 Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curate content. P
Score: 1.0575122
|
![]() |
Reports and Analytics - GitanaReports and Analytics - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curate c
Score: 1.0575122
|
![]() |
Gitana 3.2 / Guide / Guide / Single Sign On (SSO) / Azure Entra IDOptimize your identity management with Azure Entra ID and Cloud CMS SAML 2.0 integration, enhancing security and seamless single sign-on.
Score: 1.053164
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Security Notices / CVE-2022-22965Secure your Cloud CMS instance against CVE-2022-22965 by upgrading to 3.2.76 or applying our recommended workaround.
Score: 1.0516181
|
![]() |
Gitana 3.2 / Guide / Guide / Forms / Fields / Related ContentOptimize file uploads with custom options for node types, paths, sizes, and more using our advanced related content control system.
Score: 1.0516181
|
![]() |
Gitana 4.0 / Forms / CMS / Fields / Related ContentEasily manage and upload content assets with the versatile related-content control, optimizing file storage and ensuring seamless user interaction.
Score: 1.0516181
|
![]() |
Gitana 3.2 / Guide / Guide / Branches / ActionsConfigure automated actions for release events with JSON settings. Supports Send Email and Web Hook with variables like releaseId and branchId.
Score: 1.035439
|
![]() |
Query PerformanceApplication queries Application code which consumes Cloud CMS content typically runs query API calls. These queries can be optimized in the following ways: Request only the properties needed When an application requires only a few properties from a set of nodes you should use “_fields” to limit the properties returned. This can drastically reduce the size of the payload and therefore the response time. In this example, we only need “_doc”, “title” and “_type” so these are the only fields that wi
Score: 1.035439
|
![]() |
Gitana 3.2 / Guide / Guide / Policies / Data List PoliciesOptimize your data list operations with custom policy hooks for adding, updating, and removing list items in JavaScript and Java.
Score: 1.0175629
|
![]() |
Gitana 4.0 / Content Engine / Behaviors / Policies / Data List PoliciesOptimize your data list operations with custom policy hooks for adding, updating, and removing list items in JavaScript and Java.
Score: 1.0175629
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Tags / @dependencyOptimize Cloud CMS page caching with dependencies to ensure efficient content delivery and automated cache invalidation.
Score: 1.0153852
|
![]() |
Gitana 4.0 / Developers / Application Server / Tags / @dependencyOptimize Cloud CMS page caching with dependencies to ensure efficient content delivery and automated cache invalidation.
Score: 1.0153852
|
![]() |
Gitana 4.0 / Forms / Fields / Select FieldOptimize your forms with the versatile select field, offering customizable options like multiple selections, data sorting, and dynamic datasource integration.
Score: 1.0153852
|
![]() |
Dynamic ProxyPassReverseCookieDomain with Apache 2We do a lot of HTML5 and JavaScript application hosting at Cloud CMS. Our platform lets you build HTML5 applications and deploy them to our cloud infrastructure with just a couple of clicks. As a result, we’ve gotten pretty friendly with Apache 2, virtual hosts, mod_rewrite, proxies and more. Applications built on our platform use OAuth2 over SSL. We support all of the authentication flows even for HTML5/JS applications. Inherently, these applications are considered “untrusted” in any two-legged
Score: 1.0092969
|
![]() |
Gitana 3.2 / Guide / Guide / RulesAutomate your content management with rules in Cloud CMS. Trigger actions like converting files or updating properties using policy bindings and conditions.
Score: 0.99189395
|
![]() |
Gitana 4.0 / Content Engine / Behaviors / RulesAutomate business logic with Cloud CMS Rules. Trigger actions on content creation, updates, or removal using flexible conditions and policies.
Score: 0.99189395
|
![]() |
Gitana 3.2 / Guide / Guide / Actions / Invalidate Page RenditionsInvalidate page renditions in apps quickly using custom queries, ensuring up-to-date content for optimal performance and user engagement.
Score: 0.9836007
|
![]() |
Gitana 3.2 / Guide / Guide / Actions / Start WorkflowConfigure and start custom workflows with ease, assigning users and setting data effortlessly. Optimize your process management today.
Score: 0.9836007
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Kits / OEMOptimize Cloud CMS integrations with the OEM kit, featuring UI and API extensions for developers and partners. Build and test seamlessly.
Score: 0.9836007
|
![]() |
Gitana 4.0 / Content Engine / Behaviors / Actions / Invalidate Page RenditionsInvalidate page renditions in apps quickly using custom queries, ensuring up-to-date content for optimal performance and user engagement.
Score: 0.9836007
|
![]() |
Gitana 4.0 / Content Engine / Behaviors / Actions / Start WorkflowConfigure and start custom workflows with ease, assigning users and setting data effortlessly. Optimize your process management today.
Score: 0.9836007
|
![]() |
Gitana 4.0 / Self Managed / Kits / OEMOEM kit streamlines building and testing UI and API extensions in customized Cloud CMS solutions, using Docker and tools like MongoDB and Elasticsearch.
Score: 0.9836007
|
![]() |
Managing a large number of PDFs or imagesIn Cloud CMS everything is a node. A node has JSON properties and could also have binary attachments. What you would call a "file" is a node with properties describing it's folder location and a "default" attachment holding the payload (PDF file, image, MSWord doc, etc). Typically, for large number of PDFs, images, etc, we suggest individual nodes with a single attachment each (which is the PDF, image, etc). We have many customers who use Cloud CMS in this way and it essentially works like a doc
Score: 0.9518323
|