authentik.stages.identification.urls

API URLs

1"""API URLs"""
2
3from authentik.stages.identification.api import IdentificationStageViewSet
4
5api_urlpatterns = [("stages/identification", IdentificationStageViewSet)]
api_urlpatterns = [('stages/identification', <class 'authentik.stages.identification.api.IdentificationStageViewSet'>)]