jumpserver/apps/authentication/backends/saml2/signals.py

4 lines
75 B
Python

from django.dispatch import Signal
saml2_create_or_update_user = Signal()