Closed danielegiallonardo closed 2 years ago
We need to remove this constant in the code https://github.com/italia/spid-cie-oidc-django/blob/main/spid_cie_oidc/relying_party/templates/rp_landing.html#L57
and use the logo_uri contained in the OP metadata
we also need to update the example data, removing the wrong webpath and using a real one, for example log_uri: "http://127.0.0.1:8000/oidc/op/static/svg/lspid-logo-c-lb.svg"
The sample op contained in the example dumps contains a logo url (http://127.0.0.1:8000/oidc/op/statics/logo.svg) that gives 404 when used in an external RP.