Skip to content

Commit

Permalink
docs: add lifetime to supergluu script (#7150)
Browse files Browse the repository at this point in the history
Signed-off-by: SafinWasi <6601566+SafinWasi@users.noreply.github.com>
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
  • Loading branch information
SafinWasi authored and yurem committed Dec 21, 2023
1 parent f5f6cda commit 46c7ef6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,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 46c7ef6

Please sign in to comment.