diff --git a/oidc4vp/models.py b/oidc4vp/models.py index 94c30c5..37a18f9 100644 --- a/oidc4vp/models.py +++ b/oidc4vp/models.py @@ -82,7 +82,7 @@ class Organization(models.Model): url=self.response_uri.strip("/"), redirect_uri=settings.RESPONSE_URI ) - auth = (self.my_client_id, self.client_secret) + auth = (self.my_client_id, self.my_client_secret) return requests.get(url, auth=auth) def __str__(self):