Skip to content

Commit

Permalink
fix: added qr code info to jinja te (#244)
Browse files Browse the repository at this point in the history
* fix: added qr code info to ninja te

* fix: typo

---------

Co-authored-by: thomaschiozzi-tndigit <[email protected]>
  • Loading branch information
Zicchio and thomaschiozzi-tndigit authored Aug 22, 2024
1 parent 7722a49 commit ac69db4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyeudiw/satosa/default/openid4vp_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ def pre_request_endpoint(self, context: Context, internal_request, **kwargs) ->
{
"qrcode_color": self.config["qrcode"]["color"],
"qrcode_text": res_url,
"qrcode_size": self.config["qrcode"]["size"],
"qrcode_logo_path": self.config["qrcode"]["logo_path"],
"qrcode_expiration_time": self.config["qrcode"]["expiration_time"],
"state": state,
"status_endpoint": self.absolute_status_url
Expand Down

0 comments on commit ac69db4

Please sign in to comment.