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 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