Skip to main content

OAuth2.0 InterSIS access module for projects using django-allauth.

Project description

[![Downloads](https://pypip.in/download/django-allauth-intersis/badge.svg)](https://pypi.python.org/pypi/django-allauth-intersis/)
django-allauth-intersis
=============
OAuth2.0 InterSIS access module for projects using django-allauth.

This module allows users of django-allauth to seamlessly integrate InterSIS single sign-on into their Django projects.
InterSIS is an in-development, open student information and single sign-on API spec and implementation.

This module will not be suitable for general use until the first official release of the InterSIS API implementation.


Installation
===============

Install the module in your Python distribution or virtualenv:

$ pip install django-allauth-intersis

Add the application to your `INSTALLED_APPS`:

```
INSTALLED_APPS = (
...
"allauth_intersis",
'allauth.socialaccount.providers.intersis',
...
)
```

And in settings.py:

```
INTERSIS_CLIENT_NAME='Example Your Client/Application Name'
BASE_INTERSIS_SERVER_URL='https://intersis.example.edu'
BASE_INTERSIS_CLIENT_URL='https://example.your_domain.com'
```

Of course, you must also have django-allauth installed. See the project homepage for description and instructions:
http://www.intenct.nl/projects/django-allauth/


Use
===

Detailed use instructions to follow, upon the first official release of the InterSIS API implementation.


Compatibility
=============

* Django 1.7
* Python 2.7, 3.4
* Allauth 0.19.0

Todo
====

* Multiple features privately tracked

Getting Involved
================

If you are interested in following the InterSIS project, please contact me (JASchilz) at my listed email address.

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

django-allauth-intersis-0.5.3.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

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