provider/samlv2: more samlv2 progres

This commit is contained in:
Jens Langhammer
2020-05-07 19:25:15 +02:00
parent b40bffdf38
commit 179f0097c0
6 changed files with 92 additions and 11 deletions

View File

@ -0,0 +1,6 @@
"""SAML Provider authorization view"""
from django.views.generic import FormView
class AuthorizeView(FormView):
"""Authorization view"""