set IssueInstant and ResponseID on saml error

This commit is contained in:
Valentin Samir
2015-05-28 15:17:11 +02:00
parent 871baaac87
commit 5ebc5169c3
2 changed files with 10 additions and 2 deletions

View File

@ -68,3 +68,6 @@ def gen_pgtiou():
"""Generate a Proxy Granting Ticket IOU"""
return _gen_ticket('PGTIOU')
def gen_saml_id():
return _gen_ticket('_')