Skip to content

acgray/django-openam-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages