Found 270 results for "docs fields token"

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

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

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

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

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

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

Learn how to configure Cloud CMS Single Sign On (SSO) for Google GSuite, enabling seamless authentication using SAML 2.0.

Score: 4.1877546

Gitana 3.2 / Guide / Guide / Single Sign On (SSO) / Azure Entra ID

Optimize your identity management with Azure Entra ID and Cloud CMS SAML 2.0 integration, enhancing security and seamless single sign-on.

Score: 4.13684

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

Set up Cloud CMS with Okta SSO easily using SAML 2.0. Follow our step-by-step guide for seamless integration.

Score: 3.8826895

Gitana 4.0 / Forms / Fields

Explore a comprehensive list of form fields with detailed documentation for multiple field types including text, date, email, and more.

Score: 3.6413233

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

Single Sign On (SSO)

Cloud CMS introduces a Single Sign-On service that will make it easy for the users to connect using their already existing business accounts. Cloud CMS supports two Enterprise SSO features – SAML 2.0 and JWT. These are two popular SSO mechanisms that work with many commercial and open-source identity providers including Microsoft Active Directory Federation Services (ADFS), JBoss Keycloak etc. Using SAML 2.0 and JWT, Cloud CMS can be easily integrated with your corporate security infrastructure.

Score: 3.4322414

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

Oauth 2.0 tokens

Each response from Cloud CMS provides two tokens: an access token and a refresh token. The access token is the one that you need to attach to every API call. It gets passed through the Authorization header as "bearer " and Cloud CMS uses this to identify who the authenticated user is (and thus, what resources they have access to and so forth). By default, the access token has a lifespan of 24 hours. After that period of time, it is no longer valid and any requests will come back wit

Score: 3.1593935

How to Retrieve content by their document library path

You can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo

Score: 3.0239148

Gitana 3.2 / Guide / Guide / Authentication

Securely connect your application to Cloud CMS with OAuth 2.0, enabling safe access through Access and Refresh Tokens without exposing credentials.

Score: 3.016975

Gitana 4.0 / Developers / Authentication

Optimize your Cloud CMS security using OAuth 2.0 for seamless, safe authentication without exposing credentials. Enhance API interactions securely.

Score: 3.016975

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

Create custom authentication adapters for Application Server with ease. Learn to implement and configure your solution effectively.

Score: 2.9273806

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

Create custom authentication adapters for your application server and seamlessly integrate third-party providers with ease.

Score: 2.9273806

Gitana 3.2 / Guide / Guide / Authentication / Drivers

Connect securely to Cloud CMS using the OAuth2 password flow and manage access tokens effortlessly with our Gitana driver.

Score: 2.868556

Gitana 4.0 / Developers / Authentication / Drivers

Securely connect to Cloud CMS using OAuth2, manage access and refresh tokens, and explore best practices to ensure safe application integration.

Score: 2.868556

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

Learn to create a custom Authentication Provider for your Application Server with step-by-step guidance and code examples.

Score: 2.8120494

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

Create a custom Authentication Provider for your Application Server effortlessly with our comprehensive guide and coding examples.

Score: 2.8120494

Gitana 4.0 / Reference / Types

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

Score: 2.752424

Gitana 3.2 / Guide / Guide / Authentication / OAuth 2.0

Explore OAuth 2.0 in Cloud CMS for secure server authorization. Learn best practices and different flows, including real-world examples using OAuth2.

Score: 2.7458372

Gitana 4.0 / Developers / Authentication / OAuth 2.0

Learn all about OAuth 2.0 with Cloud CMS, a secure authorization framework supported by top industry players like Facebook and Twitter.

Score: 2.7458372

Gitana 3.2 / Guide / Guide / API

Unlock full Cloud CMS functionality with our RESTful API, supporting OAuth 2.0, content management, security, analytics, and more.

Score: 2.739065