We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60827a5 commit cb95bb4Copy full SHA for cb95bb4
1 file changed
pyeudiw/tests/settings.py
@@ -340,7 +340,7 @@ def base64url_to_int(val):
340
"module": "pyeudiw.trust.handler.x509",
341
"class": "X509Handler",
342
"config": {
343
- "client_id": f"x509_san_dns:...",
+ "client_id": f"x509_san_dns:{BASE_URL}",
344
"include_issued_jwt_header_param": True,
345
"relying_party_certificate_chains_by_ca": {
346
"ca.example.com": DEFAULT_X509_CHAIN,
0 commit comments