mrichnu / django-openam-auth

OpenAM authentication backend for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-openam-auth

OpenAM authentication backend for Django

Requirements

Installation

Install the python-openam package (you have to do this manually as it's not on PyPI yet)

Add django_openam_auth.authentication_backends.OpenAMJSONBackend to your AUTHENTICATION_BACKENDS setting, e.g.

AUTHENTICATION_BACKENDS = ('django_openam_auth.authentication_backends.OpenAMJSONBackend', )

Set OPENAM_ENDPOINT to the location of your OpenAM installation, e.g.

OPENAM_ENDPOINT = "https://openam.your.domain.com/openam"

That's it!

About

OpenAM authentication backend for Django


Languages

Language:Python 100.0%