providers/samlv2: start implementing new SAML Provider
This commit is contained in:
10
passbook/providers/samlv2/views/slo.py
Normal file
10
passbook/providers/samlv2/views/slo.py
Normal file
@ -0,0 +1,10 @@
|
||||
"""Single Logout Views"""
|
||||
from django.views import View
|
||||
|
||||
|
||||
class SAMLPostBindingView(View):
|
||||
"""Handle SAML POST-type Requests"""
|
||||
|
||||
|
||||
class SAMLRedirectBindingView(View):
|
||||
"""Handle SAML Redirect-type Requests"""
|
||||
Reference in New Issue
Block a user