Found 530 results for "gitana 4.0 developers api resources authentication post-auth-attempts-clear"

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

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

Gitana 4.0 / Content Engine / Access Policies

Discover how to configure robust access control policies using JSON to assign roles and conditions for users, groups, and teams on a platform.

Score: 1.2158747

Gitana 4.0 / Content Engine / Find

Discover and retrieve content effortlessly with Cloud CMS Find Service, using Query, Search, and Traversal for composite result sets.

Score: 1.2142384

Gitana 3.2 / Guide / Guide / Single Sign On (SSO) / Ping

Configure Cloud CMS Single Sign-On (SSO) with Ping Identity's PingOne using SAML 2.0 for enhanced security and seamless authentication.

Score: 1.2081487

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.79

Upgrade to Cloud CMS 3.2.79 with support for ARM-64, enhanced ElasticSearch integration, and Redis 6.x compatibility for improved performance.

Score: 1.2063583

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.80

Upgrade to Cloud CMS 3.2.80 for enhanced ARM-64 support, improved ElasticSearch integration, and Redis 6.x compatibility. Optimize your deployment now.

Score: 1.2063583

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.81

Upgrade to Cloud CMS 3.2.81 for ARM aarch64 support, new ElasticSearch client, Redis 6.x upgrade, and improved performance. Explore release notes now!

Score: 1.2063583

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.82

Upgrade to Cloud CMS 3.2.82 for ARM-64 support and enhanced performance. Optimize ElasticSearch connections with the Condor client and update Redis to 6.x+.

Score: 1.2063583

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.83

Upgrade to Cloud CMS 3.2.83 with improved ARM aarch64 support, ElasticSearch connection via condor, and Redis updates for better performance.

Score: 1.2063583

AWS loadbalancer healthchecks

For AWS LB healthchecks, we recommend the following path off the API: /healthcheck This route hands back a 200 if the API server is healthy. It determines whether it is healthy by checking a few statistics such as the amount of free memory, the amount of free disk space, network connectivity, file handle usage, CPU utilization and more. If it returns a non-200, then that serves as a signal that the server is in some sort of degraded state and should be rolled over (which elastic scaling groups w

Score: 1.1963007

Gitana 3.2 / Guide / Guide / Integrations

Connect Cloud CMS to AWS, Azure, Google, and more. Securely manage services for storage, DNS updates, and event handling. Explore seamless integrations now!

Score: 1.1894002

Gitana 4.0 / Content Engine / Integrations

Connect your Cloud CMS projects to leading cloud services securely, with reusable service descriptors for seamless integrations.

Score: 1.1894002

Gitana 3.2 / Guide / Guide / Docker / Security Notices / CVE-2021-44228

Secure your Cloud CMS with Log4j2 updates against CVE-2021-44228. Upgrade to version 3.2.71 and follow mitigation steps for enhanced protection.

Score: 1.1744844

Gitana 4.0 / Self Managed / Containers

Explore configuration guides for Antivirus, API, and UI servers in Gitana's self-managed containers documentation.

Score: 1.1535031

Gitana 3.2 / Guide / Guide / Single Sign On (SSO) / Keycloak

Learn how to configure Cloud CMS Single Sign-On (SSO) with JBoss Keycloak, an open-source identity provider supporting SAML 2.0 and JWT.

Score: 1.1516557

Gitana 3.2 / Guide / Guide / Docker / Configuration

Explore configuration guides for Docker components including antivirus, API, encryption, support, and UI server.

Score: 1.1486835

Gitana 3.2 / Guide / Guide / Application Server / Services / Flow

Effortlessly integrate UI wizards with our API, using JSON configurations for seamless browser-side applications.

Score: 1.1344639

Gitana 4.0 / Developers / Application Server / Services / Flow

Effortlessly integrate UI wizards with our API, using JSON configurations for seamless browser-side applications.

Score: 1.1344639

How do I retrieve the folder path for my content?

In Cloud CMS, you may choose to associate nodes with folders. This allows the content to be worked with by editorial teams such that they can navigate to content within folders, move content between folders and generally organize their content as they wish. It also allows for content to be retrieved by path via the API, if you wish. Technically speaking, Cloud CMS does not require folders or paths. In fact, plenty of customers use Cloud CMS in such a way that they don't require folders at all. C

Score: 1.1232984

Gitana 3.2 / Guide / Guide / Application Server / Services / Virtual Driver

Optimize virtual driver settings for seamless API key retrieval for incoming tenants.

Score: 1.1205919

Gitana 4.0 / Developers / Application Server / Services / Virtual Driver

Optimize virtual driver settings for seamless API key retrieval for incoming tenants.

Score: 1.1205919

Gitana 4.0 / Forms / API

Explore comprehensive API documentation including callbacks, functions, validation, and more for Gitana 4.0 forms. Ideal for developers and tech enthusiasts.

Score: 1.1175551

Gitana 3.2 / Guide / Guide / Features / Multilingual

Enable multilingual support and translation management for your content nodes with Cloud CMS to reach a wider audience effortlessly.

Score: 1.1124005

Gitana 4.0 / Content Engine / Aspects / Multilingual

Enable multilingual support and translation management for your content nodes with Cloud CMS to reach a wider audience effortlessly.

Score: 1.1124005

Using the JavaScript driver to run an elasticsearch query

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 1.1124005