Skip to main content

Use your django app as an auth platform for Zendesk.

Project description

Allows your Django App to be used as an authentication platform for your Zendesk Account

Zendesk API Documentation

see http://www.zendesk.com/support/api/remote-authentication for ZenDesk Documentation.

This module is specifically for Zendesk API v1

Installation

pip install zendesk_django_auth

Usage

Using Zendesk SSO in your app is extremely simple…

in your settings.py, add ‘zendesk_auth’ to your INSTALLED_APPS

Then add the following two settings

ZENDESK_URL=https://your_domain.zendesk.com ZENDESK_TOKEN=you_zendesk_token

Next, add this (or equivalent) to your urls.py:

url(r’’, include(‘zendesk_auth.urls’)),

You’ll need to setup your zendesk remote authentication settings to allow/use your zendesk_authorize view.

You’re done! Now watch it work.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zendesk_django_auth-0.0.1.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file zendesk_django_auth-0.0.1.tar.gz.

File metadata

File hashes

Hashes for zendesk_django_auth-0.0.1.tar.gz
Algorithm Hash digest
SHA256 8512fa1d98991fa49a6c82c8f228c075de889522120a56499b4f0d222ccc868d
MD5 e400363723a49be72e14af3f59417141
BLAKE2b-256 a59dba25473710af8d47c76365ff38d7f323f1d88fb5bab28c01bf68fd96a40b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page