set IssueInstant and ResponseID on saml error
This commit is contained in:
@ -68,3 +68,6 @@ def gen_pgtiou():
|
||||
"""Generate a Proxy Granting Ticket IOU"""
|
||||
return _gen_ticket('PGTIOU')
|
||||
|
||||
|
||||
def gen_saml_id():
|
||||
return _gen_ticket('_')
|
||||
|
Reference in New Issue
Block a user