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

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

Gitana / 3.2 / Guide / Guide / Actions

Optimize content operations with Cloud CMS Action framework using JSON configuration. Explore various actions like Send Email or Fire a Web Hook efficiently.

Score: 3.7054195

Gitana / 4.0 / Content Engine / Behaviors / Actions

Explore Cloud CMS Action framework for automated content operations with customizable actions like email alerts, webhooks, and more—enhancing workflow efficiency.

Score: 3.7054195

Introducing the Cloud CMS Open Source App Server

Cloud CMS lets you create content once and reuse it everywhere - across all of your devices, web sites, mobile applications, tradeshow kiosks, digital signage surfaces and more. Our editorial environment is fully featured, extensible easy to use, letting you manage content and deliver it via our enterprise-class Content API. With Cloud CMS, customers are free to build apps on top of best-of-breed open-source frameworks while leveraging open-standards. They are empowered to continue to use the de

Score: 3.6858926

Editorial Flows

Editorial Flows In Gitana 4.0, we introduced a new feature called Editorial Flows. With Editorial Flows, your editorial teams launch draft workspaces where they work on content items at their own pace. They can write new content, change existing content or delete things in isolation without worrying about how it will affect the main line of content. They are free to work without worry about stepping on each other's toes. They can make changes to the content graph, upload new files, adjust taxono

Score: 3.5882735

How does Cloud CMS compare to DIY (do-it-yourself)?

Not sure whether to build or buy? Review these points to help guide your selection. Why DIY: exact fit with your technology stack use existing in-house skills and resources build only the features you need able to add new features as required use existing developers for support cost / budget - internal no need for external services to deliver and support product can be a ‘skunk works’ project Why not DIY: Risk (more complex than it looks) time/effort/cost are all easy to under-estimate CMS requi

Score: 3.5629623

Comparison: Cloud CMS vs DIY

Not sure whether to build or buy? Review these points to help guide your selection. Why DIY: exact fit with your technology stack use existing in-house skills and resources build only the features you need able to add new features as required use existing developers for support cost / budget - internal no need for external services to deliver and support product can be a ‘skunk works’ project Why not DIY: Risk (more complex than it looks) time/effort/cost are all easy to under-estimate CMS requi

Score: 3.5629623

Request Information about Enterprise Support - Gitana

Request Information about Enterprise Support - Gitana Enterprise Services and Licenses Gitana provides Managed Services and Support for On-Premise/Private Cloud installations at larger customers with custom pricing needs. We will work with you to determine beneficial ways that our staff can augment your own to provide DevOps support, implementation services, architectural guidance and source code licensing according to the needs of your business. Have a question about our offerings? Please reach

Score: 3.4675508

Gitana / 3.2 / Guide / Guide / Docker / Container Services / Kubernetes

Optimize your infrastructure with Kubernetes and Gitana SDK. Automate deployment of containerized apps across cloud providers like AWS, Google, and Azure.

Score: 3.459921

Gitana / 4.0 / Developers / Drivers / Java

Easily connect Java, Spring MVC, and Android apps to Gitana using the open-source Gitana Java Driver with Maven integration and extensive documentation.

Score: 3.3499079

Gitana / 3.2 / Guide / Guide / Security

Secure your content with Cloud CMS. Our platform offers robust, multi-layered access controls ensuring only authorized users access your data.

Score: 3.3395538

Gitana / 3.2 / Guide / Guide / Authentication / Drivers

Learn to securely connect applications to Cloud CMS using OAuth2, manage tokens, and avoid exposing sensitive credentials in your source code.

Score: 3.3117342

Gitana / 4.0 / Developers / Authentication / Drivers

Learn to securely connect applications to Cloud CMS using OAuth2, manage tokens, and avoid exposing sensitive credentials in your source code.

Score: 3.3117342

Gitana / 3.2 / Guide / Guide / Integrations / Okta

Integrate Okta with Cloud CMS for secure identity management and SSO support using SAML 2.0 and JWT for seamless authentication.

Score: 3.3025844

Gitana / 4.0 / Content Engine / Integrations / Okta

Okta offers cloud software for secure user authentication and identity management, integrating easily with Cloud CMS using SAML 2.0 or JWT.

Score: 3.3025844

Gitana / 3.2 / Guide / Guide / Actions / Web Hook

Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.

Score: 3.220665

Gitana / 4.0 / Content Engine / Behaviors / Actions / Web Hook

Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.

Score: 3.220665

Cloud CMS Architecture

Cloud CMS has two clusters that we run for customers who host apps with us. One cluster is for the "app server" tier (*.cloudcms.net) and the other is the "API" tier (api.cloudcms.com). The app server cluster consists of Node.js servers, and the API is a Java-backend that is stateless and implements the full REST API: As such, the API doesn't manage connections directly. Any invocation to it is a one-shot where each request contains everything needed to assert the user's identity and proceed wit

Score: 3.1884274

Recommended Cloud CMS architecture

In general, we recommend a three-tier architecture (browser -> app server -> API) for any applications you build. This would be our recommendation whether you're using Cloud CMS or anyone else. There are a few good reasons: The browser is an insecure runtime. Exposing any API keys within the browser is a very big security hole. Even exposing credentials within the browser (such as within a cookie) for the sake of working around this is also not recommended since hackers can siphon off the creden

Score: 3.1756296

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

Learn how to configure Cloud CMS for JWT with an easy step-by-step guide. Integrate single sign-on (SSO) using JWT effectively.

Score: 3.0806947

Gitana / 4.0 / Developers / Authentication / Single Sign On (SSO) / JWT

Learn to configure Cloud CMS for JWT authentication with a step-by-step guide, including JWT.IO configuration and SSO integration.

Score: 3.0806947

Is there a programmatic way to add more content to workflows?

There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor

Score: 3.0448713

Gitana / 4.0 / Self Managed / Overview

Run Gitana on-premise or in a virtual private cloud with Kubernetes and Helm support. Set up with MongoDB, Elastic Search, and more for development.

Score: 3.0415568

Sign up for a free 14-day trial account - Gitana

Sign up for a free 14-day trial account - Gitana Try Gitana All we need is a valid email address to get started. We'll send you a link that you can use to sign up. Get Started

Score: 3.0328681

OAuth2, Clients and Authentication Grants

One of the things that I really like about our approach to server authorization is that we’ve elected to get completely behind the OAuth2 specification. Cloud CMS provides support for all of the OAuth2 flows. We provide an authorization and resource server so that you can separate concerns and perform the full three-legged “auth code” flow. Or you can simplify things and use something like a “password” or “implicit” flow depending on the security environment of your application. For environments

Score: 3.0292697

Gitana / 4.0 / Developers / Drivers / C#

Easily connect your .NET applications to Gitana with the C# driver. Supports API integration, node management, and more. 100% open-source.

Score: 3.0278184