Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions website/integrations/services/frappe/index.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
title: Integrate with Frappe Helpdesk
sidebar_label: Frappe Helpdesk
title: Integrate with Frappe
sidebar_label: Frappe
---

# Frappe Helpdesk
# Frappe

<span class="badge badge--secondary">Support level: Community</span>

:::note
These instructions apply to all projects in the Frappe Family.
:::

## What is Frappe Helpdesk
## What is Frappe

> Frappe Helpdesk is an open source ticketing tool based on Frappe Framework.
> Frappe is a full stack, batteries-included, web framework written in Python and Javascript.
>
> -- https://frappe.io/helpdesk
> -- https://frappe.io/

## Preparation

Expand Down Expand Up @@ -69,7 +69,7 @@ Add a new Social login Key using the black button on top right.
- In Client URLs section:
- Authorize URL: `/application/o/authorize/`
- Access Token URL: `/application/o/token/`
- Redirect URL: `/api/method/frappe.integrations.oauth2_logins.custom/provider/`
- Redirect URL: `https://frappe.company/api/method/frappe.integrations.oauth2_logins.custom/provider/`
- API Endpoint: `/application/o/userinfo/`

![](./frappe3.png)
Expand Down