Flask extension providing Keycloak integration via the python-keycloak package
Project description
This purpose of this library is to provide seamless integration of Plotly Dash with keycloak via the python-keycloak package.
Prerequisites
Prior to using this library, a Keycloak server must be setup. Please refer to the official documentation,
https://www.keycloak.org/
After setting up the server, create a client for the application. Set "Access Type" to "confidential", set the valid redirect URIs (mandatory), and click "Save". Go to "Installation", select "Keycloak OIDC JSON" as "Format Option" and download the file.
Installation
To run the code, a virtual environment should be setup,
python3 -m venv venv
After activating the environment,
source venv/bin/activate
The relevant packages can be installed as
pip install -r requirements.txt
Running the example
After completing the above step, the example can be run with the command
python3 -m flask_keycloak.examples.dash_example /path/to/keycloak.json
Deployment
Bump the version number in setup.py and run
python3 setup.py sdist
pip3 install twine
twine upload dist/*
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
Built Distribution
File details
Details for the file dash-keycloak-0.0.25.tar.gz
.
File metadata
- Download URL: dash-keycloak-0.0.25.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e104f88bbf99f80b6dffea03f8fcecc5742daa754f1135228ea3a03b94ab570 |
|
MD5 | f5a501eef49d103b30f651d6fbccd911 |
|
BLAKE2b-256 | 96fdb4e770367d73891e6a9c6d224696372c7b1beba17604c9957eacf8e81595 |
File details
Details for the file dash_keycloak-0.0.25-py3-none-any.whl
.
File metadata
- Download URL: dash_keycloak-0.0.25-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e05d009813b49125be6e6e9ee55afe730323a37d4e023672b300900ffd025816 |
|
MD5 | 574acb78398e043c3c50b7e2367d3dc8 |
|
BLAKE2b-256 | 70e27a728b4d60adf508ac048b560eb869b5e8ff8413439fdb3ebf3137581c91 |