Skip to content

Commit cb95bb4

Browse files
committed
fix: changed client_id
1 parent 60827a5 commit cb95bb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyeudiw/tests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def base64url_to_int(val):
340340
"module": "pyeudiw.trust.handler.x509",
341341
"class": "X509Handler",
342342
"config": {
343-
"client_id": f"x509_san_dns:...",
343+
"client_id": f"x509_san_dns:{BASE_URL}",
344344
"include_issued_jwt_header_param": True,
345345
"relying_party_certificate_chains_by_ca": {
346346
"ca.example.com": DEFAULT_X509_CHAIN,

0 commit comments

Comments
 (0)