Django Authentication Middleware for WebGate Oracle AccessManager.
Project description
A Django Authentication Middleware for WebGate Oracle Access Manager.
This is a subclass of the RemoteUserMiddleware. The header value is configurable by setting a django setting of WEBGATE_HEADER.
WEBGATE_HEADER = 'CUSTOM_WEBGATE_HEADER'
Note: The default header value is OAM_REMOTE_USER
Quick Start
1. Install using pip:
pip install django-webgate
2. Include “webgate” to your INSTALLED_APPS:
INSTALLED_APPS = [
'webgate',
]
3. Include “OracleAccessManagerMiddleware” in MIDDLEWARE_CLASSES:
MIDDLEWARE_CLASSES = (
'webgate.middleware.OracleAccessManagerMiddleware',
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-webgate-1.0.1.tar.gz
(3.5 kB
view details)
File details
Details for the file django-webgate-1.0.1.tar.gz
.
File metadata
- Download URL: django-webgate-1.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce939cdef3887f4cb7558d9e067470dc4d1312856083947de169e39ba31681a7 |
|
MD5 | b9e6f781d0606c131b91dfb0d122fc84 |
|
BLAKE2b-256 | 8078b109a340e53de514441db8d36f397834b77ba1470e291a62dc9b552c2d46 |