Skip to content

Commit

Permalink
Update spid_cie_oidc/provider/views/authz_request_view.py
Browse files Browse the repository at this point in the history
Co-authored-by: Giuseppe De Marco <[email protected]>
  • Loading branch information
rglauco and Giuseppe De Marco authored Feb 7, 2024
1 parent d718b27 commit b6e8a15
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spid_cie_oidc/provider/views/authz_request_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,6 @@ def get(self, request, *args, **kwargs):

# stores the authz request in a hidden field in the form
form = self.get_login_form()()

# context = {
# "client_organization_name": tc.metadata.get(
# "client_name", self.payload["client_id"]
# ),

context = {
"client_organization_name": self.get_client_organisation_name(tc),
"hidden_form": AuthzHiddenForm(dict(authz_request_object=req)),
Expand Down

0 comments on commit b6e8a15

Please sign in to comment.