Skip to main content

allauth oauth2 provider for Keycloak

Project description

allauth-socialaccount-provider-keycloak

install

pip install allauth-socialaccount-provider-keycloak

configure

INSTALLED_APPS = [
    ...
    'django.contrib.sites',
    ...
    #
    'allauth',
    'allauth.account',
    'allauth.socialaccount',
    'allauth_socialaccount_provider_keycloak',
    ...
]

AUTHENTICATION_BACKENDS = (
    'django.contrib.auth.backends.ModelBackend',
    'allauth.account.auth_backends.AuthenticationBackend',
)

SOCIALACCOUNT_PROVIDERS = {
    'keycloak': {
        'KEYCLOAK_URL': "https://sso.grafcan.es/auth/realms/demo",
    }
}

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

Built Distribution

File details

Details for the file allauth-socialaccount-provider-keycloak-0.1.2.tar.gz.

File metadata

  • Download URL: allauth-socialaccount-provider-keycloak-0.1.2.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9

File hashes

Hashes for allauth-socialaccount-provider-keycloak-0.1.2.tar.gz
Algorithm Hash digest
SHA256 028bd225e7ab3086802b893c9b191c86f244604b01aebc95b85a8f26155bb56b
MD5 c4b9fb918878949ff6fac0b08d8b85d1
BLAKE2b-256 23e8cecec60b27ae39b9dbb867812465647f6bf669836f6f7fd6d20b33d0fa37

See more details on using hashes here.

File details

Details for the file allauth_socialaccount_provider_keycloak-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for allauth_socialaccount_provider_keycloak-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 895a3d59cf1953ed331b91dab1b7ce8e3fbd1d8ff5fd9ad9aa255ba56bca4f71
MD5 11ec81ac31c0f1ab199ef26f7e6f46c2
BLAKE2b-256 f0b0be41f6a9af89a32a0ded7239be052f53e803ee1315f2b59044111cb60dff

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