Skip to main content

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


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)

Uploaded Source

File details

Details for the file django-webgate-1.0.1.tar.gz.

File metadata

File hashes

Hashes for django-webgate-1.0.1.tar.gz
Algorithm Hash digest
SHA256 ce939cdef3887f4cb7558d9e067470dc4d1312856083947de169e39ba31681a7
MD5 b9e6f781d0606c131b91dfb0d122fc84
BLAKE2b-256 8078b109a340e53de514441db8d36f397834b77ba1470e291a62dc9b552c2d46

See more details on using hashes here.

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