Found 367 results for "gitana 3.2 guide guide appserver authentication providers saml"

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

Gitana 4.0 / Content Engine / Access Policies / Templates / manage-content-of-a-type-in-a-folder

Explore Gitana's Access Policy Template to manage content by type in specified folders efficiently.

Score: 1.5525463

Gitana 3.2 / Guide / Guide / Application Server / Services / Cache

Optimize application server caching with Cloud CMS, offering single, cluster, and sticky-cluster modes — reliable caching with memory or Redis providers.

Score: 1.5473772

Gitana 4.0 / Developers / Application Server / Services / Cache

Optimize your application's cache with Cloud CMS Cache Service for seamless integration, offering efficient caching modes like single, cluster, and sticky-cluster.

Score: 1.5473772

Gitana 4.0 / Developers / Cookbooks / Java Cookbook

Explore our comprehensive Java Cookbook for Gitana Drivers and learn how to get started, connect, create nodes, and make associations with code samples.

Score: 1.5144894

Gitana 4.0 / Developers / Cookbooks / C# Cookbook

Explore C# with Gitana: Easy setup, connect using JSON or direct values, and master querying and node management in .NET Core projects.

Score: 1.5083656

Gitana 3.2 / Guide / Guide / Application Server / Authentication / Authenticators / Custom

Create a custom authenticator for your application server by extending the AbstractAuthenticator class. Follow step-by-step implementation guidance.

Score: 1.5050654

Gitana 4.0 / Developers / Application Server / Authentication / Authenticators / Custom

Create a custom authenticator for your application server by extending the AbstractAuthenticator class. Follow step-by-step implementation guidance.

Score: 1.5050654

Gitana 4.0 / Developers / Cookbooks / PHP Cookbook

Explore the PHP Cookbook for comprehensive guides and code samples to seamlessly integrate Gitana's PHP driver into your projects.

Score: 1.500277

Gitana 3.2 / Guide / Guide / Binary Files

Upload and manage binary files effortlessly with Cloud CMS. Enjoy automatic antivirus scanning, metadata extraction, and seamless storage solutions.

Score: 1.4973441

Gitana 4.0 / Content Engine / Platform / Binary Files

Upload and store binary files safely in Cloud CMS with auto antivirus scans, metadata extraction, thumbnails, and custom processing.

Score: 1.4973441

Gitana 4.0 / Reference / Types

Explore various schema types including Cluster, Stack, Release, and more, with comprehensive documentation on Gitana 4.0.

Score: 1.4820851

Gitana 3.2 / Guide / Guide / Application Server / Services / Duster

Optimize your web development process with Duster, a powerful service using LinkedIn Dust.js for efficient template rendering and automatic cache management.

Score: 1.4559482

Gitana 4.0 / Developers / Application Server / Services / Duster

Optimize your web rendering with Duster Service using Dust.js for dynamic HTML and JSON outputs. Boost performance with seamless fragment caching.

Score: 1.4559482

Gitana 3.2 / Guide / Guide / Binary Files / GridFS Binary Storage

Optimize MongoDB storage with GridFS for binary files in Cloud CMS, featuring integration with Amazon S3 and other cloud solutions.

Score: 1.4538484

Gitana 4.0 / Content Engine / Platform / Binary Files / GridFS Binary Storage

Optimize your binary storage with Cloud CMS and MongoDB GridFS, ensuring efficient, scalable, and cost-effective file management.

Score: 1.4538484

Gitana 3.2 / Guide / Guide / Optical Character Recognition

Optimize document management with OCR in Cloud CMS, enabling full-text search of scanned content and automatic data extraction from forms.

Score: 1.4504452

Gitana 4.0 / Content Engine / Services / Optical Character Recognition

Effortlessly digitize documents with Cloud CMS OCR, extracting text and structure for seamless indexing and enhanced searchability.

Score: 1.4504452

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.419018

REST based access calls

The authentication mechanism in Cloud CMS is OAuth 2.0. While you can use any of the flows, the easiest one to begin with is "password". We've outlined a basic example here using Advanced REST Client to show our API-first platform in action. First, from your Cloud CMS platform home page, navigate to "Manage Platform" and select the "API Keys" section to list all available projects for remote access: If you have no keys for your project then create a new "Application" from "Manage Platform" and t

Score: 1.3793375

Gitana 3.2 / Guide / Guide / Bulk Import / Files

Effortlessly import and manage diverse content types in Cloud CMS using the Bulk Import tool and cloudcms-packager for seamless repository integration.

Score: 1.3507583

Gitana 4.0 / Content Engine / Bulk Import / Files

Effortlessly import and manage diverse file types in Cloud CMS with our powerful Bulk Import tool and cloudcms-packager module.

Score: 1.3507583

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.3507583

Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Web Hook

Enable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.

Score: 1.337971

Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Web Hook

Enable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.

Score: 1.337971

Migrating Binary files to S3

By default, on-premise installations of Cloud CMS are configured with a GridFS (`gridfs`) Binary Storage Provider. This allows Cloud CMS to read and write binary files (such as attachments) to GridFS. At some point, as your installation grows, you may want change this. Suppose you wanted to move your binary files into S3 and use S3 as a Binary Storage Provider for Cloud CMS. To do so, we recommend the following steps: 1. Make a backup of your Cloud CMS database. 2. Create an S3 bucket and IAM us

Score: 1.3287046