Found 269 results for "docs fields token"

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

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

Optimize user login with Cloud CMS's Single Sign On (SSO) using SAML 2.0 and JWT for seamless integration.

Score: 16.836716

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

Enable seamless user authentication with Cloud CMS's SAML and JWT Enterprise SSO integration, compatible with major identity providers.

Score: 16.836716

Gitana / 4.0 / Content Engine / Content Models / Connectors

Integrate Cloud CMS content into your forms with Alpaca connectors, enabling dynamic data sourcing for fields like dropdowns easily.

Score: 15.565591

Gitana / 4.0 / Content Engine / Content Models / Relator Properties

Explore Relator Properties in Cloud CMS—auto-managing relationships between nodes for easy content modeling and dynamic web provisioning.

Score: 11.753354

Gitana / 4.0 / Reference / Types / Token

Explore our comprehensive Token API documentation, including methods, properties, and developer cookbooks to accelerate your project.

Score: 11.045675

Gitana / 4.0 / Reference / Types / Refresh Token

Explore the properties, schema, and examples of Refresh Token, a key component within the Cluster architecture for secure application development.

Score: 8.2902975

Gitana / 4.0 / Reference / Types / Access Token

Explore the comprehensive guide on Access Tokens, their properties, and schema within a Cluster for enhanced API development.

Score: 8.276864

Gitana / 3.2 / Guide / Guide / Forms / Fields

Explore our comprehensive guide to form fields, including Attachment Picker, CK Editor, File Picker, Node Picker, Related Content, and Slug options.

Score: 8.211232

Gitana / 4.0 / Forms / CMS / Fields

Explore comprehensive CMS field documentation: Attachment Picker, CK Editor, File Picker, Node Picker, Related Content & Slug.

Score: 8.211232

Gitana / 3.2 / Guide / Guide / Forms

Optimize your content management with Cloud CMS's mobile-friendly, role-based forms using the powerful Alpaca Forms engine.

Score: 8.133691

Gitana / 4.0 / Forms / Fields / Token Field

Implement Bootstrap TokenField for enhanced text input with autocomplete and typeahead features using custom delimiters.

Score: 8.124482

Gitana / 4.0 / Forms / Overview

Enhance your web applications with Gitana's intuitive Forms engine, offering advanced schema management, role-based provisioning, and custom fields.

Score: 8.116253

Gitana / 3.2 / Guide / Guide / Content Modeling / Connectors

Integrate Cloud CMS content into your forms with Alpaca connectors, enabling dynamic data sourcing for fields like dropdowns easily.

Score: 7.2621593

Gitana / 4.0 / Forms / API / Custom Fields

Create custom fields in Alpaca forms with ease. Extend field types, override methods, and access open-source code to customize UI components.

Score: 7.015497

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

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

Gitana / 4.0 / Forms / CMS / Overview

Explore our comprehensive guide to forms, designed to simplify data collection and enhance user experience on your website.

Score: 6.3583345

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / documents-list-sort-fields

Optimize your document management with sortable fields like Title, Description, Date, Author, and Size. Customize your experience today!

Score: 5.4399858

Gitana / 4.0 / Developers / User Interface Customization / Contexts / documents-list-sort-fields

Optimize your document management with sortable fields like Title, Description, Date, Author, and Size. Customize your experience today!

Score: 5.4399858

Gitana / 3.2 / Guide / Guide / Content Modeling / Relator Properties

Optimize your node relationships with Cloud CMS relator properties, auto-managing links between nodes for seamless content mapping.

Score: 5.405999

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

How to get a content definition JSON from the Cloud CMS API?

There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep

Score: 4.8608847

Gitana / 3.2 / Guide / Guide / Single Sign On (SSO) / Azure Active Directory

Configure Azure AD and Cloud CMS for seamless SSO integration using SAML 2.0, ensuring secure identity and access management.

Score: 4.4306173

Gitana / 4.0 / Developers / Authentication / Single Sign On (SSO) / Azure Active Directory

Set up seamless single sign-on with Azure Active Directory and Cloud CMS using SAML 2.0. Follow our step-by-step guide.

Score: 4.4306173

How to limit the fields that come back in a query

Query API calls like http://api.cloudcms.com/docs#!/node/post_repositories_repositoryId_branches_branchId_nodes_query support a parameter named _fields which defines an object specifying the node properties you want to include in the result set for matching nodes. For example in the following query I want the title, subTitle and slug fields returned: { "_type":"my:article", "_fields":{ "title":1, "subTitle":1, "slug":1 } } The result set would look something like the

Score: 4.3321548