Found 431 results for "gitana 4.0 engine security authorities"
The search executed in 0.00289579 seconds. That's fast.
![]() |
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.3914071
|
![]() |
Gitana 3.2 / Guide / Guide / TraversalExplore Cloud CMS's powerful Traversal API to query graph-like content structures by relationships, nodes, and associations, ensuring secure, efficient data retrieval.
Score: 1.3903061
|
![]() |
Gitana 4.0 / Content Engine / TraversalOptimize content exploration in Cloud CMS with advanced traversal techniques, defining node connections and permissions for refined content discovery.
Score: 1.3903061
|
![]() |
Gitana 3.2 / Guide / Guide / Features / IndexableOptimize your content indexing with Cloud CMS. Configure search-index updates, exclude paths, and enhance performance for precise search results.
Score: 1.3890429
|
![]() |
Gitana 4.0 / Content Engine / Aspects / IndexableOptimize your content indexing with Cloud CMS. Configure search-index updates, exclude paths, and enhance performance for precise search results.
Score: 1.3890429
|
![]() |
Gitana 3.2 / Guide / Guide / SearchExplore efficient content indexing and comprehensive search capabilities with Cloud CMS using ElasticSearch, enabling powerful and precise queries across multiple projects.
Score: 1.3701712
|
![]() |
Gitana 4.0 / Content Engine / SearchOptimize your content search with Cloud CMS, using ElasticSearch for full-text and structured queries. Effortlessly index and retrieve data.
Score: 1.3701712
|
![]() |
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.3553542
|
![]() |
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.3553542
|
![]() |
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.3553542
|
![]() |
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.3553542
|
![]() |
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.3553542
|
![]() |
Gitana 4.0 / Developers / Cookbooks / REST API CookbookExplore our comprehensive REST API Cookbook, featuring guides on Gitana OAuth2 connection, node creation, associations, and MongoDB queries.
Score: 1.3497467
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / EvaluatorsLearn how evaluators define conditions for runtime configurations, impacting observed data and user permissions, with a wide variety of types available.
Score: 1.3491143
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / EvaluatorsDiscover how evaluators help define conditions for configuration inclusion based on runtime aspects like observables, permissions, and current user authority.
Score: 1.3491143
|
![]() |
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.3321652
|
![]() |
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.3321652
|
![]() |
Node Lifecycle EventsFirst, you configure your tenant with the AWS credentials of an IAM user and a SNS topic ARN that you wish to publish notification events to. This can be on your own AWS account so that you can work with these notifications any way you'd like. The notifications are for a variety of node lifecycle events. The primary one is "node_invalidation" which happens whenever a node's state changes. It's an indication that anyone caching anything downstream might want to reconsider their cache state. In te
Score: 1.3267959
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / LocalLocal Authentication Provider connects your Node.js app with a custom identity provider, supporting secure login and authentication configuration.
Score: 1.3148532
|
![]() |
Gitana 4.0 / Developers / Application Server / Authentication / Providers / LocalEnable seamless local authentication on Cloud CMS with a custom identity provider configured using Node.js or any technology.
Score: 1.3148532
|
![]() |
Gitana 3.2 / Guide / Guide / API KeysEasily manage and retrieve your Cloud CMS API Keys and application credentials. Secure access through client and user key credentials.
Score: 1.2780478
|
![]() |
Gitana 4.0 / Developers / API KeysDiscover how to manage and securely access your data with Cloud CMS API Keys, vital for client and user authentication.
Score: 1.2780478
|
![]() |
How can I reuse connections with the Java Driver?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.2780478
|
![]() |
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.2780478
|
![]() |
Gitana 3.2 / Guide / Guide / Single Sign On (SSO) / JWTLearn how to configure Cloud CMS for JWT in SSO. Follow our simple example to generate and use JSON Web Tokens effectively.
Score: 1.274854
|