Found 419 results for "gitana 4.0 developers app-server authentication providers google"
The search executed in 0.002935994 seconds. That's fast.
![]() |
Gitana 3.2 / Guide / Guide / Features / Auto NarrateAuto Narrate automates text-to-speech for content, creating audio files with customizable narration services, perfect for enhancing accessibility.
Score: 1.4086947
|
![]() |
Gitana 3.2 / Guide / Guide / GraphQLCloud CMS seamlessly integrates GraphQL for efficient content querying, offering a dynamic schema for each branch to simplify developer access to content models.
Score: 1.3906447
|
![]() |
Gitana 4.0 / Content Engine / Graph QLStreamline your Cloud CMS content integration with GraphQL, enabling developers to create efficient queries and enhance content retrieval performance.
Score: 1.3906447
|
![]() |
REST based access callsThe 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: 1.3793375
|
![]() |
Gitana 3.2 / Guide / Guide / Bulk Import / FilesEffortlessly import and manage diverse content types in Cloud CMS using the Bulk Import tool and cloudcms-packager for seamless repository integration.
Score: 1.3507583
|
![]() |
Gitana 4.0 / Developers / Frameworks / cURLLearn how to use cURL for API calls and connectivity with Cloud CMS, plus access key management and example scripts.
Score: 1.3507583
|
![]() |
Gitana 4.0 / Content Engine / Bulk Import / FilesEffortlessly import and manage diverse file types in Cloud CMS with our powerful Bulk Import tool and cloudcms-packager module.
Score: 1.3507583
|
![]() |
How to monitor API traffic from a node js appIt is sometimes helpful to see the API traffic that is going on between the Gitana javascript driver and the Cloud CMS API server. This is a non-intrusive method of doing that. install a tool called Charles Proxy https://www.charlesproxy.com/ This is an excellent tool for monitoring http/https traffic. Once installed, start Charles Proxy and enable reverse proxy: Check "Enable Reverse Proxies" and then click the "Add" button. A port will be assigned (55703 in the example below). Set Remote Host
Score: 1.3507583
|
![]() |
Build your prototype website in 10 easy stepsGetting started with Cloud CMS for a website takes minimal setup: Fork a copy of https://github.com/gitana/sdk Note the URL of your repo; you’ll need this later… Login to your tenant or signup for a trial of Cloud CMS When prompted upon login create a Web Content Management starter project From the resulting Project Dashboard navigate to “Applications” in Manage Project Select “Sample Web Application” > Deployments Tick the radio button on the right Navigate to Selected > Undeploy (upper right)
Score: 1.3507583
|
![]() |
Gitana 3.2 / Guide / Guide / API / Data Types / PlatformAccess your platform's data stores and manage configurations seamlessly with our intuitive interface, supporting teams, authorities, and more.
Score: 1.3472686
|
![]() |
Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Web HookEnable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.
Score: 1.337971
|
![]() |
Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Web HookEnable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.
Score: 1.337971
|
![]() |
Migrating Binary files to S3By default, on-premise installations of Cloud CMS are configured with a GridFS (`gridfs`) Binary Storage Provider. This allows Cloud CMS to read and write binary files (such as attachments) to GridFS. At some point, as your installation grows, you may want change this. Suppose you wanted to move your binary files into S3 and use S3 as a Binary Storage Provider for Cloud CMS. To do so, we recommend the following steps: 1. Make a backup of your Cloud CMS database. 2. Create an S3 bucket and IAM us
Score: 1.3287046
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Tags / @formRender Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.
Score: 1.3277488
|
![]() |
Gitana 4.0 / Developers / Application Server / Tags / @formRender Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.
Score: 1.3277488
|
![]() |
Access Cloud CMS content anonymously or as a guest userThis 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.3223587
|
![]() |
How we use Docker at Cloud CMSAt Cloud CMS, we use Docker to provision our cloud infrastructure servers on top of Amazon Web Services. Our stack consists of five different clusters: Cloud CMS API Cloud CMS UI Cloud CMS App Server for Dynamic Hosting Elastic Search MongoDB With the exception of MongoDB, all of these clusters are allocated using elastic load balancing and are architected in such a way that we can spin up new servers and tear down old ones with elastic demand. That is to say, they are fully elastic in design. T
Score: 1.3223587
|
![]() |
Gitana 3.2 / Guide / Guide / Security / PermissionsManage fine-grained access control with Cloud CMS by using roles and authorities to define user permissions on data stores and objects.
Score: 1.292932
|
![]() |
Gitana 4.0 / Content Engine / PermissionsManage fine-grained access control with Cloud CMS by using roles and authorities to define user permissions on data stores and objects.
Score: 1.292932
|
![]() |
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: 1.2916442
|
![]() |
Gitana 4.0 / Reference / Types / Email ProviderConfigure your application's email connectivity with our Email Provider guide, featuring setup for Google Mail and customization options for your server needs.
Score: 1.2871742
|
![]() |
Building Applications with Ratchet JS MVCOver the past few days, I’ve had a chance to delve back into ratchet.js which is a JavaScript MVC framework that I had a hand in building in 2010. By this point, there are a lot of JavaScript MVC frameworks that you can utilize. However, at the time we built it, we were very inspired by sammy.js, backbone.js and knockout.js. A few points on these libraries: I particularly liked sammy.js for its simplicity. The developers of that library do a great job minimizing the work and also utilized an int
Score: 1.2862153
|
![]() |
Gitana 3.2 / Guide / Guide / Bulk Import / CSVEasily import and manage CSV data in Cloud CMS using the Bulk Import tool, with examples from the 2014 World Cup Finals.
Score: 1.2631954
|
![]() |
Gitana 4.0 / Content Engine / Bulk Import / CSVImport CSV data effortlessly into Cloud CMS with our Bulk Import tool. Perfect for World Cup match data or any CSV file.
Score: 1.2631954
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Maintenance / UpgradesOptimize your Cloud CMS setup by upgrading to version 3.2 and implementing new features, including Elastic Search 6.2.4, using our detailed guide.
Score: 1.2601429
|