Skip to main content
Toggle navigation menu
Release Notes
Need Help?
Community
Sign in
Bridge App Customer Support and Help Center
Getting Started
Technical
Technical
CSV Requirements and Best Practices
Self Registration Page
Configuring OneLogin with Bridge
Configure Google OAuth with Bridge
Configuring Azure SCIM with Bridge
What are the computer specifications for Bridge?
How do I configure Okta SCIM for Bridge?
Configure OAuth 2.0
CAS Documentation
How do I connect to SFTP hosted by Bridge?
Configuring ADFS 2.0 with Bridge Using SAML
Using ADFS as an Identity Provider
Webhooks Examples
How do I generate a key pair for authentication using SSH?
Whitelist IPs and URLs
Where can I learn more about Bridge's information security policies?
Salesforce as an IdP
What is the Suppression List?
How do I clear my browser cache on a Mac?
Check the Status of an “In Progress” CSV Import
How do I clear my browser cache on a PC?
<% if (items.length > 1) { %>
In this article
<% items.forEach(function(item) { %>
<%= item.name %>
<% }); %>
<% } %>
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% var getColumnClasses = function(numberColumns) { var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
Looking for Additional Assistance?
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% if (categories.length) { %>
Categories
<% categories.forEach(function(category, index) { %> <% if (category.id !== activeCategoryId) { %>
<%= category.name %>
<% category.sections.forEach(function(section, index) { %>
<%= section.name %>
<% }) %>
<% } %> <% }); %>
<% } %>