Found 195 results for "security teams"

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

How do I retrieve the folder path for my content?

Support Article

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

Recommended Cloud CMS architecture

Support Article

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: 1.6404

Gitana 3.2 / Guide / Guide / API / Data Types / Authentication Grant

Documentation Reference

Optimize user authentication with Authentication Grants, securing credentials without sharing passwords or usernames. (Gitana 3.2)

Score: 1.6087

Gitana 3.2 / Guide / Guide / Getting Started / Workspaces

Documentation Reference

Collaborate efficiently by creating and managing content within isolated workspaces, ensuring seamless team interaction. (Gitana 3.2)

Score: 1.5809

Gitana 4.0 / Getting Started / Working with Content / Branches

Documentation Reference

Manage content with branches in Cloud CMS, enabling isolated changes, teamwork, and streamlined collaboration. (Gitana 4.0)

Score: 1.5809

Difference between an Application and a Project

Support Article

A Project is a logical separation for work within Cloud CMS. It could be a site, a sub-site, a department, a web project or anything else you'd like. Projects let you organize teams, invite members and provide a place for you to collaborate on content. An Application is something that you create to provision resources and services dedicated to your web site or web/mobile application. Each Application provides storage and services that your app can access for things like user registration, passwo

Score: 1.5809

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts

Documentation Reference

Explore Cloud CMS context configurations to extend navigation and actions for custom page rendering. Discover flexible schema and dashboard customization. (Gitana 3.2)

Score: 1.5768

Gitana 4.0 / Developers / User Interface Customization / Contexts

Documentation Reference

Explore how Cloud CMS uses browser-side configuration with evaluators to manage page rendering and extend context keys. (Gitana 4.0)

Score: 1.5768

Gitana 3.2 / Guide / Guide / Authentication / OAuth 2.0

Documentation Reference

Securely integrate OAuth2 with Cloud CMS for your apps, featuring top industry practices for robust authentication. (Gitana 3.2)

Score: 1.5048

Gitana 4.0 / Developers / Authentication / OAuth 2.0

Documentation Reference

Discover the power of OAuth 2.0 for secure server authorization with Cloud CMS. Simplify authentication for web and mobile apps. (Gitana 4.0)

Score: 1.5048

Quick Start - Gitana

Web Page

Quick Start - Gitana Status Releases Registry 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. Publishing Source

Score: 1.499

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

Documentation Reference

'Set up Twilio Authy for secure multifactor authentication in Cloud CMS with our detailed configuration guide.' (Gitana 3.2)

Score: 1.4173

Gitana 4.0 / Content Engine / Multifactor Authentication / Providers / Twilio Authy

Documentation Reference

Enable secure multifactor authentication with Twilio Authy in Cloud CMS. Configure API settings for robust protection. (Gitana 4.0)

Score: 1.4173

Advanced Content Modeling options (example)

Support Article

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

Access Cloud CMS content anonymously or as a guest user

Support Article

This question often comes up from folks who are building HTML applications that run in a browser. They'd like the browser to connect to Cloud CMS to download content and display it. Usually this consists of things like images but also may consist of other types of content in Cloud CMS such as raw nodes, PDF files, video assets or more. OAuth 2.0 and Access Tokens Fundamentally, everything in Cloud CMS is secured from an access perspective using OAuth 2.0. This means that an OAuth 2.0 access toke

Score: 1.4153

Gitana 3.2 / Guide / Guide / User Interface / Workflow

Documentation Reference

Optimize team collaboration and document management with Cloud CMS's powerful workflow engine. (Gitana 3.2)

Score: 1.3572

Gitana 4.0 / User Interface / Workflow

Documentation Reference

Enterprise workflow engine by Cloud CMS streamlines tasks for teams, enhancing document management with Amazon AWS and MongoDB integration. (Gitana 4.0)

Score: 1.3572

Gitana 4.0 / Reference / Types / Branch

Documentation Reference

Explore our Branch API for managing content workspaces within repositories. Create isolated branches for projects and collaboration. (Gitana 4.0)

Score: 1.3398

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

Documentation Reference

Enable secure local authentication for your app with customizable configurations and seamless integration into Node.js environments. (Gitana 3.2)

Score: 1.3365

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

Documentation Reference

Enable seamless local authentication for your app with a customizable Node.js identity provider, boosting security and integration. (Gitana 4.0)

Score: 1.3365

Gitana 3.2 / Guide / Guide / API Keys

Documentation Reference

Secure your data with Cloud CMS API Keys. Discover how to access, manage, and download your unique credentials here. (Gitana 3.2)

Score: 1.2995

Gitana 3.2 / Guide / Guide / Integrations / IBM API Connect

Documentation Reference

Optimize your API infrastructure with IBM API Connect, a robust platform for creating, managing, and monetizing APIs across multiple clouds. (Gitana 3.2)

Score: 1.2995

Gitana 4.0 / Developers / API Keys

Documentation Reference

Securely access and manage your Cloud CMS data using API Keys, essential for authentication and application connectivity. (Gitana 4.0)

Score: 1.2995

Gitana 4.0 / Content Engine / Integrations / IBM API Connect

Documentation Reference

Leverage IBM API Connect for seamless API management and monetization across clouds, boosting your digital innovation. (Gitana 4.0)

Score: 1.2995

How can I reuse connections with the Java Driver?

Support Article

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