Skip to main content

Helper app as oidc client

Project description

https://travis-ci.org/mmiyajima2/django-kantanoidc.svg?branch=master https://coveralls.io/repos/github/mmiyajima2/django-kantanoidc/badge.svg?branch=master

KAOC behaves like OpenID Connect client as Django helper application. KANTAN means “naive” or, “very simple”.

Installation

shell>pip install djangokantanoidc

Usage

Installed apps:

INSTALLED_APPS = (
    ...
    'kantanoidc.apps.KantanoidcConfig',
    ...
)

URLconfs for Django project:

urlpatterns = [
    ...
    path('kantanoidc/', include('kantanoidc.urls')),
]

Settings

KAOC_SERVER

Default: ''

OpenID Connect Authorization Server URL.

KAOC_CLIENT_ID

Default: ''

Client ID.

KAOC_CLIENT_SECRET

Default: ''

Client secret.

KAOC_EXTENDER (Optional)

Default: None

Extend a basic authentication flow.

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

djangokantanoidc-0.1.3.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

djangokantanoidc-0.1.3-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

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