Skip to content

Commit

Permalink
docs: add lifetime to Supergluu (#1889)
Browse files Browse the repository at this point in the history
Signed-off-by: SafinWasi <6601566+SafinWasi@users.noreply.github.com>
  • Loading branch information
SafinWasi authored Dec 19, 2023
1 parent f4534be commit 3cb3be2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,7 @@ def registerScanClient(self, asBaseUrl, asRedirectUri, asSSA, customScript):

redirect_str = "[\"%s\"]" % asRedirectUri
data_org = {'redirect_uris': json.loads(redirect_str),
'lifetime': 7884000,
'software_statement': asSSA}
body = json.dumps(data_org)

Expand Down

0 comments on commit 3cb3be2

Please sign in to comment.