Enable SAML & OPENIDCONNECT for social-auth-core
This commit is contained in:
parent
925f41b97f
commit
dd01e3c227
@ -13,6 +13,13 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
|||||||
libpq-dev \
|
libpq-dev \
|
||||||
libsasl2-dev \
|
libsasl2-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
libxml2-dev \
|
||||||
|
libxml2-dev \
|
||||||
|
libxmlsec1 \
|
||||||
|
libxmlsec1-dev \
|
||||||
|
libxmlsec1-openssl \
|
||||||
|
libxslt-dev \
|
||||||
|
pkg-config \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-venv \
|
python3-venv \
|
||||||
@ -46,6 +53,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
|||||||
curl \
|
curl \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
libpq5 \
|
libpq5 \
|
||||||
|
libxmlsec1-openssl \
|
||||||
openssl \
|
openssl \
|
||||||
python3 \
|
python3 \
|
||||||
python3-distutils \
|
python3-distutils \
|
||||||
|
@ -2,4 +2,5 @@ django-auth-ldap==4.1.0
|
|||||||
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.13.1
|
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.13.1
|
||||||
napalm==4.0.0
|
napalm==4.0.0
|
||||||
psycopg2==2.9.4
|
psycopg2==2.9.4
|
||||||
social-auth-core[openidconnect]==4.3.0
|
python3-saml==1.14.0
|
||||||
|
social-auth-core[all]==4.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user