Found 452 results for "gitana 4.0 engine security access-policies conditions path"

The search executed in 0.002423981 seconds. That's fast.

The Beauty of Cloud CMS Chaining

Chaining is a common technique that has been widely adopted by modern JavaScript libraries to chain method calls together. The goal of chaining is to produce elegant and concise code that is easy to understand or maintain. For example, if you are a jQuery developer, you may produce similar code like this on daily basis. $('#mydiv').empty().html('Hello Word!').css('font-size','10px'); However, most popular JavaScript libraries only support “static” chaining, e.g. DOM object manipulation. If the m

Score: 1.4189157

Gitana 4.0 / Forms / API / Forms

Easily create dynamic HTML forms with Alpaca, supporting both direct and AJAX submits. Explore multi-step, custom, and auto-focus forms.

Score: 1.4170486

Gitana 3.2 / Guide / Guide / Multifactor Authentication / Providers / Twilio Authy

Enable secure multifactor authentication with Twilio Authy in Cloud CMS by configuring necessary API keys and URLs.

Score: 1.4143311

Advanced Content Modeling options (example)

Question. If I have the following collections: Categories Products Product_Description_Schemas Each Product is linked to a Category. Each Category is linked to a Product_Description_Schema. The outcome I want to accomplish is that the description schema for Product X I am entering, is defined by the Category it is linked to ( which in turn is defined by the Product_Description_Schema that the Category is linked to ). e.g. Product = Hilton Hotel London, Category = Hotel, Product_Description_Schem

Score: 1.4143311

Gitana 3.2 / Guide / Guide / Application Server / Installation / Module Installation

Run Cloud CMS as a Node.js module, customize it with functions, APIs, and templates for flexible web content management.

Score: 1.4140787

Gitana 4.0 / Developers / Application Server / Installation / Module Installation

Optimize your Node.js app with Cloud CMS server. Access robust features, extend functionality, and streamline content management effortlessly.

Score: 1.4140787

Gitana 3.2 / Guide / Guide / Templates

Optimize your Cloud CMS experience with Handlebars and Freemarker templates for seamless content presentation.

Score: 1.3968718

Gitana 4.0 / Content Engine / Templates

Optimize your Cloud CMS workflow with Handlebars and Freemarker template engines. Ideal for emails, PDFs, web components, and more.

Score: 1.3968718

Gitana 3.2 / Guide / Guide / UI Developers Guide / UI Views

Optimize your interface with UI View configurations, tailoring user experiences by extending or overriding default settings at platform and project levels.

Score: 1.3930793

Gitana 3.2 / Guide / Guide / API Keys

Access your Cloud CMS tenant securely using API Keys. Follow steps to manage credentials, creating app instances, and downloading necessary keys.

Score: 1.3725458

Gitana 4.0 / Developers / API Keys

Easily manage API keys for Cloud CMS with detailed steps for setup, download, and application use in a secure tenant environment.

Score: 1.3725458

Gitana 4.0 / Developers / Frameworks / cURL

Learn how to use cURL for API calls and connectivity with Cloud CMS, plus access key management and example scripts.

Score: 1.3506901

How to monitor API traffic from a node js app

It is sometimes helpful to see the API traffic that is going on between the Gitana javascript driver and the Cloud CMS API server. This is a non-intrusive method of doing that. install a tool called Charles Proxy https://www.charlesproxy.com/ This is an excellent tool for monitoring http/https traffic. Once installed, start Charles Proxy and enable reverse proxy: Check "Enable Reverse Proxies" and then click the "Add" button. A port will be assigned (55703 in the example below). Set Remote Host

Score: 1.3506901

Gitana 3.2 / Guide / Guide / API / Data Types / Platform

Access your platform's data stores and manage configurations seamlessly with our intuitive interface, supporting teams, authorities, and more.

Score: 1.3471743

Gitana 4.0 / Developers / Cookbooks / REST API Cookbook

Optimize your REST API usage with Gitana's comprehensive guide, covering OAuth2 for authentication, sample queries, node creation, and associations.

Score: 1.3460064

Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / Local

Local Authentication Provider connects your Node.js app with a custom identity provider, supporting secure login and authentication configuration.

Score: 1.3331585

Gitana 4.0 / Developers / Application Server / Authentication / Providers / Local

Enable seamless local authentication on Cloud CMS with a custom identity provider configured using Node.js or any technology.

Score: 1.3331585

Gitana 3.2 / Guide / Guide / Templates / Workflow Task

Track and manage your workflow tasks effectively with detailed tracking, metadata, and project integration. Enhance team collaboration seamlessly.

Score: 1.3297061

Gitana 4.0 / Content Engine / Templates / Workflow Task

Track and manage your workflow tasks effectively with detailed tracking, metadata, and project integration. Enhance team collaboration seamlessly.

Score: 1.3297061

Gitana 3.2 / Guide / Guide / Application Server / Tags / @form

Render Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.

Score: 1.327678

Gitana 4.0 / Developers / Application Server / Tags / @form

Render Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.

Score: 1.327678

Gitana 3.2 / Guide / Guide / Application Server / Tags / @expand

Fetch content nodes efficiently with @expand, ideal for @relators in parent nodes. Customize query parameters like sort, limit, location, and locale.

Score: 1.3070514

Gitana 4.0 / Developers / Application Server / Tags / @expand

Fetch content nodes efficiently with @expand, ideal for @relators in parent nodes. Customize query parameters like sort, limit, location, and locale.

Score: 1.3070514

How can I reuse connections with the Java Driver?

The Cloud CMS Java Driver uses a thread local variable to store the authentication context it receives after connecting. This is perhaps unusual for folks who are coming from the JavaScript world but should be very familiar for anyone who works with common JavaScript frameworks such as Spring Framework or Spring Security. When the authentication completes, the Java Driver constructs a "Driver" object that it stores into a thread local variable using the following call: DriverContext.setDriver(dr

Score: 1.2959689

Single Sign On (SSO)

Cloud CMS introduces a Single Sign-On service that will make it easy for the users to connect using their already existing business accounts. Cloud CMS supports two Enterprise SSO features – SAML 2.0 and JWT. These are two popular SSO mechanisms that work with many commercial and open-source identity providers including Microsoft Active Directory Federation Services (ADFS), JBoss Keycloak etc. Using SAML 2.0 and JWT, Cloud CMS can be easily integrated with your corporate security infrastructure.

Score: 1.2959689