"""SAML Provider authorization view"""
from django.views.generic import FormView
class AuthorizeView(FormView):
"""Authorization view"""