Skip to content

Commit c98e7b2

Browse files
committedOct 4, 2016
Adding descriptions for integrations, onboarding and policies
1 parent fd990d9 commit c98e7b2

39 files changed

+81
-0
lines changed
 

‎articles/integrations/_office-365-deep-linking.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: How to setup deep linking.
3+
---
4+
15
## Deep Linking
26

37
Certain implementations might require deep linking to SharePoint Online for example. In that case a smart link needs to be constructed which starts on the Office 365 login page:

‎articles/integrations/ad-rms.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: AD RMS
3+
description: How to add Single Sign On (SSO) integration with AD RMS.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-adrms.png"

‎articles/integrations/aws-api-gateway/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
url: /integrations/aws-api-gateway
33
title: Amazon API Gateway Tutorial Introduction
4+
description: How to build a serverless application using Token-based Authentication with AWS API Gateway and Lambda.
45
---
56

67
# Amazon API Gateway Tutorial

‎articles/integrations/aws-api-gateway/part-1.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Amazon API Gateway Tutorial - Setup the Amazon API Gateway
3+
description: Step 1 of Amazon API Gateway Tutorial
34
---
45

56
# Amazon API Gateway Tutorial

‎articles/integrations/aws-api-gateway/part-2.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Amazon API Gateway Tutorial - Adding Security and Deploying
3+
description: Step 2 of Amazon API Gateway Tutorial
34
---
45

56
# AWS API Gateway Tutorial

‎articles/integrations/aws-api-gateway/part-3.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Amazon API Gateway Tutorial - Building the Client App
3+
description: Step 3 of Amazon API Gateway Tutorial
34
---
45

56
# AWS API Gateway Tutorial

‎articles/integrations/aws-api-gateway/part-4.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Amazon API Gateway Tutorial - Using Multiple Roles
3+
description: Step 4 of Amazon API Gateway Tutorial
34
---
45

56
# AWS API Gateway Tutorial

‎articles/integrations/aws-api-gateway/part-5.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Amazon API Gateway Tutorial - Flowing Identity
3+
description: Step 5 of Amazon API Gateway Tutorial
34
---
45

56
# AWS API Gateway Tutorial

‎articles/integrations/aws.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: How to setup AWS Integration in Auth0. How to setup SSO and obtain AWS tokens.
3+
---
4+
15
# AWS Integration in Auth0
26

37
Auth0 ships with AWS IAM integration that allows you to:

‎articles/integrations/box.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Box
3+
description: How to add Single Sign On (SSO) integration with Box.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-box.png"

‎articles/integrations/cloudbees.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: CloudBees
3+
description: How to add Single Sign On (SSO) integration with Cloudbees.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-cloudbees.png"

‎articles/integrations/concur.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Concur
3+
description: How to add Single Sign On (SSO) integration with Concur.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-concur.png"

‎articles/integrations/dropbox.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Dropbox
3+
description: How to add Single Sign On (SSO) integration with Dropbox.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-dropbox.png"

‎articles/integrations/dynamic-crm.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Dynamic CRM
3+
description: How to add Single Sign On (SSO) integration with Dynamic CRM.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-dynamiccrm.png"

‎articles/integrations/echosign.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: EchoSign
3+
description: How to add Single Sign On (SSO) integration with EchoSign.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-echosign.png"

‎articles/integrations/egnyte.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Egnyte
3+
description: How to add Single Sign On (SSO) integration with Egnyte.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-egnyte.png"

‎articles/integrations/new-relic.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: New Relic
3+
description: How to add Single Sign On (SSO) integration with New Relic.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-newrelic.png"

‎articles/integrations/office-365-custom-provisioning.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: How to setup Microsoft Office 365 custom provisioning.
3+
---
4+
15
# Office 365 Custom Provisioning
26

37
The default Office 365 setup will include Active Directory and DirSync/Azure AD Sync Services to synchronize and provision your AD users in Azure AD for SSO. Auth0 will then be configured to be an identity provider which is providing SSO for these users.

‎articles/integrations/office-365.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Overview of Microsoft Office 365 Integration with Auth0.
3+
---
4+
15
# Office 365 Integration
26

37
Auth0 can help radically simplify the authentication process for Office 365. In this tutorial, you'll learn how to add Single Sign On (SSO) to Office 365 using Auth0.

‎articles/integrations/salesforce.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Salesforce
3+
description: How to add Single Sign On (SSO) integration with Salesforce.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-salesforce.png"

‎articles/integrations/sharepoint-apps.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: How to connect provider hosted apps to SharePoint Online.
3+
---
4+
15
# Connecting Provider Hosted Apps to SharePoint Online
26

37
Auth0 can help radically simplify the authentication process for SharePoint Apps. Auth0 will negotiate an access token you can the use to call SharePoint APIs.

‎articles/integrations/sharepoint.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: How to integrate with SharePoint 2010/2013, including setup, troubleshooting, acessing logs and next steps.
3+
---
4+
15
# SharePoint 2010/2013 Integration
26

37
Auth0 can help radically simplify the authentication process for SharePoint. In this tutorial, you'll learn how to add Single Sign On (SSO) to Sharepoint using Auth0. Your users will be able to log in using any of our [Social Identity Providers](/identityproviders) (Facebook, Twitter, Github, etc.), [Enterprise Providers](/identityproviders) (LDAP, Active Directory, ADFS, etc.) or with username and password.

‎articles/integrations/slack.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Slack
3+
description: How to add Single Sign On (SSO) integration with Slack.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-slack.png"

‎articles/integrations/springcm.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Spring CM
3+
description: How to add Single Sign On (SSO) integration with Spring CM.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-springcm.png"

‎articles/integrations/zendesk.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Zendesk
3+
description: How to add Single Sign On (SSO) integration with Zendesk.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-zendesk.png"

‎articles/integrations/zoom.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Zoom
3+
description: How to add Single Sign On (SSO) integration with Zoom.
34
---
45
<%= include('./_template', {
56
image1: "tutorial-zoom.png"

‎articles/link-accounts/auth-api.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: How to link accounts using the Authentication API (Deprecated)
3+
---
4+
15
# Link Accounts using Authentication API (Deprecated)
26

37
**NOTE:** This method of linking accounts using the linking endpoint of the [Authentication API](/auth-api#!#get--link), either through **Lock** or by manually calling the API, is **deprecated** and should no longer be used.

‎articles/onboarding/appliance-outage.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sitemap: false
33
section: appliance
4+
description: Outlines additional support procedure information for enterprise subscription customers with an Auth0 Appliance.
45
---
56

67
# Critical Support Issue Guidance for Appliance Customers

‎articles/onboarding/appliance-sprint.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sitemap: false
33
section: appliance
4+
description: An overview of the main steps of appliance deployment project.
45
---
56

67
# Appliance Deployment Project

‎articles/onboarding/cloud-sprint.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sitemap: false
3+
description: An overview of the steps in the Cloud Sprint onboarding program.
34
---
45

56
# Cloud Sprint

‎articles/onboarding/enterprise-support.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Outlines the Auth0 enterprise support options, definitions, coverage offered and procedures to follow for the best support experience.
3+
---
4+
15
# Enterprise Support Guidance
26

37
This document outlines the Auth0 enterprise support options, definitions, coverage offered and procedures to follow for the best support experience. It's relevant for customers only with enterprise subscription agreements which differ from the standard pay-as-you-go/self-service subscription offerings acquired directly from our website.

‎articles/onboarding/sprint.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sitemap: false
3+
description: An overview of Auth0’s onboarding program for enterprise customers.
34
---
45

56

‎articles/overview/deployment-models.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: This page explains the differences of the four different deployment models in which Auth0 is offered.
3+
---
4+
15
# Auth0 Deployment Models
26

37
Auth0 is offered in 4 deployment models:

‎articles/policies/dashboard-authentication.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Describes the Dashboard Authentication Policy wich governs requests for special authentication mechanisms for the Auth0 dashboard.
3+
---
4+
15
# Dashboard Authentication Policy
26

37
The following policy governs requests for special authentication mechanisms for the Auth0 dashboard.

‎articles/policies/data-transfer.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Describes the Data Transfer Policy which governs requests for transfer of data from one Auth0 account to another.
3+
---
4+
15
# Data Transfer Policy
26

37
The following policy governs requests for transfer of data from one Auth0 account to another.

‎articles/policies/endpoints.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Lists all the endpoints used by Auth0 public cloud service.
3+
---
4+
15
# Endpoints used by Auth0 public cloud service
26

37
The following endpoints are used by Auth0 public cloud service:

‎articles/policies/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
url: /policies
3+
description: This page lists all of Auth0's established operational policies.
34
---
45

56
## Operational Policies

‎articles/policies/load-testing.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: This page details Auth0's Load Testing Policy.
3+
---
4+
15
# Load Testing Policy
26

37
Load testing against the Auth0 production cloud service is not permitted at any time, as stated in our [Terms of Service](https://auth0.com/terms).

‎articles/policies/rate-limits.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: This page details Auth0's Rate Limit Policy with hitting Auth0 API endpoints.
3+
---
4+
15
# Rate Limit Policy
26

37
To ensure the quality of Auth0's services, the Auth0 API is subject to rate limiting.

0 commit comments

Comments
 (0)
Please sign in to comment.