Found 175 results for "appserver authentication"

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

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

JWT This page provides a simple example of how to configure Cloud CMS for JWT. For a deeper explanation of Cloud CMS Single Sign On (SSO) and the role that JWT plays in it, please read our documentation on Single Sign On. The example provided here is pretty simple. It is put together this way to keep things simple. In practice, you'll make modifications to this approach depending upon the needs of your security and identity provider system. JWT.IO Let's generate a JSON Web Token. Open up a brows

Score: 2.3316646

Gitana / 4.0 / Data Engine / Authentication / Single Sign On (SSO) / JWT

JWT This page provides a simple example of how to configure Cloud CMS for JWT. For a deeper explanation of Cloud CMS Single Sign On (SSO) and the role that JWT plays in it, please read our documentation on Single Sign On. The example provided here is pretty simple. It is put together this way to keep things simple. In practice, you'll make modifications to this approach depending upon the needs of your security and identity provider system. JWT.IO Let's generate a JSON Web Token. Open up a brows

Score: 2.3316646

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

Adapters Custom Default JWT Session

Score: 2.3250737

Gitana / 3.2 / Guide / Guide / Application Server / Authentication / Authenticators

Authenticators Custom Default Session

Score: 2.3250737

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

Providers CAS Custom Facebook GitHub Google Keycloak LinkedIn Local SAML 2.0 Twitter

Score: 2.3250737

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

Adapters Custom Default JWT Session

Score: 2.3250737

Gitana / 4.0 / Developers / Application Server / Authentication / Authenticators

Authenticators Custom Default Session

Score: 2.3250737

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

Providers CAS Custom Facebook GitHub Google Keycloak LinkedIn Local SAML 2.0 Twitter

Score: 2.3250737

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

Gitana / 3.2 / Guide / Guide / Overview

_page Access Policies Actions Antivirus Scanning API API Keys Applications Application Server Attachments Auditing Authentication Binary Files Branches Bulk Import Command Line Conditions Content Modeling Cookbooks Deployment Docker Features Find Forms General GraphQL Integrations Multifactor Authentication Modules Narration Optical Character Recognition Platform Policies Projects Publishing Query Recognition Releases Reports Rules Scripting Search Security Single Sign On (SSO) Supported Stacks

Score: 1.9707139

Gitana / 3.2 / Guide / Guide / API / Data Types / Client

Client Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} Configuration Clients maintain a configuration that you can adjust or consult as you create, update and query for them. The following table presents you t

Score: 1.9416

Gitana / 4.0 / Data Engine / API / Data Types / Client

Client Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} Configuration Clients maintain a configuration that you can adjust or consult as you create, update and query for them. The following table presents you t

Score: 1.9416

Gitana / 3.2 / Guide / Guide / API / Data Types / Email Provider

Email Provider Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} Configuration The following table presents you the configuration properties. Property Type Default Read-Only Description host text The host addres

Score: 1.9106088

Gitana / 4.0 / Data Engine / API / Data Types / Email Provider

Email Provider Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} Configuration The following table presents you the configuration properties. Property Type Default Read-Only Description host text The host addres

Score: 1.9106088

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

Google GSuite This page provides a walkthrough of how to configure Cloud CMS Single Sign On (SSO) for Google GSuite. Google GSuite provides support for SSO (single-sign-on) to allow users to authenticate to Cloud CMS using their Google accounts. Google plays the role of the Identity Provider and uses SAML 2.0 to assert authentication to Cloud CMS. You can learn more about Google GSuite here: https://gsuite.google.com/ Create a SAML App To configure Cloud CMS to use Google GSuite, you must first

Score: 1.8998268

Gitana / 4.0 / Data Engine / Authentication / Single Sign On (SSO) / Google GSuite

Google GSuite This page provides a walkthrough of how to configure Cloud CMS Single Sign On (SSO) for Google GSuite. Google GSuite provides support for SSO (single-sign-on) to allow users to authenticate to Cloud CMS using their Google accounts. Google plays the role of the Identity Provider and uses SAML 2.0 to assert authentication to Cloud CMS. You can learn more about Google GSuite here: https://gsuite.google.com/ Create a SAML App To configure Cloud CMS to use Google GSuite, you must first

Score: 1.8998268

OAuth2, Clients and Authentication Grants

One of the things that I really like about our approach to server authorization is that we’ve elected to get completely behind the OAuth2 specification. Cloud CMS provides support for all of the OAuth2 flows. We provide an authorization and resource server so that you can separate concerns and perform the full three-legged “auth code” flow. Or you can simplify things and use something like a “password” or “implicit” flow depending on the security environment of your application. For environments

Score: 1.8530262

Gitana / 3.2 / Guide / Guide / API / Data Types

Data Types Application Archive Association Authentication Grant Auto Client Mapping Billing Provider Configuration Branch Changeset Client Directory Domain Domain Group Domain User Email Email Provider Identity Node Plan Platform Registrar Registration Repository Scheduled Work Settings Tenant Vault Web Host

Score: 1.750963

Gitana / 4.0 / Data Engine / API / Data Types

Data Types Application Archive Association Authentication Grant Auto Client Mapping Billing Provider Configuration Branch Changeset Client Directory Domain Domain Group Domain User Email Email Provider Identity Node Plan Platform Registrar Registration Repository Scheduled Work Settings Tenant Vault Web Host

Score: 1.750963

Users, Identities and SSO with Cloud CMS

One of the really interesting use cases for Cloud CMS is that of maintaining users across multiple domains while having those users share a common identity context. A common identity context allows an authentication session to transition seamlessly (via an authentication swap) from one user to the next. It also allows for properties (such as username, email, password or other custom user properties) to automatically synchronize across all of the user identities that are part of the context. Here

Score: 1.7153124

Gitana / 4.0 / Developers / Drivers / Overview

Drivers We offer driver libraries that you can drop into your new or existing web applications to make it very easy to interact with Cloud CMS. These drivers handle things like authentication state, concurrency and fast API calls over the wire. The following drivers are available: C# Go Java JavaScript / Node JavaScript (Legacy) PHP Python Ruby

Score: 1.7104025

Gitana / 3.2 / Guide / Guide / User Interface / Security / Create a new Role

Create a new Role The Roles for a Project can be managed on the Roles page. For reference, here are the default Roles available: Let's take a look at the list of the default roles: Roles Description Collaborator “CONNECT”, “READ”, “CREATE_SUBOBJECTS”, “UPDATE”, “DELETE” Connector “CONNECT” Consumer "CONNECT”, “READ” Contributor “CONNECT”, “READ”, “CREATE_SUBOBJECTS” Editor “CONNECT”, “READ”, “UPDATE”, “DELETE” Impersonator “IMPERSONATE” Manager “CONNECT”, “READ”, “CREATE_SUBOBJECTS”, “UPDATE”, “

Score: 1.684156

Gitana / 3.2 / Guide / Guide / User Interface / Security / Create a new Team

Create a new Team The Teams for a Project can be managed on the Teams page: First Step is to create the Team - To Create a new Team click 'Create Team' Second Step is to add Roles to the team Select Roles - Click '+Grant Role' - Select the Roles you want for the Team. Note: if you do not see the Role(s) needed for your Team you will need to create the Roles. Let's take a look at the list of the default roles: Roles Description Collaborator “CONNECT”, “READ”, “CREATE_SUBOBJECTS”, “UPDATE”, “DELET

Score: 1.684156

Gitana / 4.0 / User Interface / Security / Create a new Role

Create a new Role The Roles for a Project can be managed on the Roles page. For reference, here are the default Roles available: Let's take a look at the list of the default roles: Roles Description Collaborator “CONNECT”, “READ”, “CREATE_SUBOBJECTS”, “UPDATE”, “DELETE” Connector “CONNECT” Consumer "CONNECT”, “READ” Contributor “CONNECT”, “READ”, “CREATE_SUBOBJECTS” Editor “CONNECT”, “READ”, “UPDATE”, “DELETE” Impersonator “IMPERSONATE” Manager “CONNECT”, “READ”, “CREATE_SUBOBJECTS”, “UPDATE”, “

Score: 1.684156

Gitana / 4.0 / User Interface / Security / Create a new Team

Create a new Team The Teams for a Project can be managed on the Teams page: First Step is to create the Team - To Create a new Team click 'Create Team' Second Step is to add Roles to the team Select Roles - Click '+Grant Role' - Select the Roles you want for the Team. Note: if you do not see the Role(s) needed for your Team you will need to create the Roles. Let's take a look at the list of the default roles: Roles Description Collaborator “CONNECT”, “READ”, “CREATE_SUBOBJECTS”, “UPDATE”, “DELET

Score: 1.684156