You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/satosa/pyeudiw_backend.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -209,6 +209,7 @@ config:
209
209
httpc_params: *httpc_params
210
210
cache_ttl: 0
211
211
entity_configuration_exp: 600
212
+
# include_issued_jwt_header_param: true # default false; if true, it will include trust_chain header parameters in the signed presentation request issued by this trust handler
212
213
metadata_type: "openid_credential_verifier"
213
214
metadata: *metadata
214
215
authority_hints:
@@ -248,6 +249,7 @@ config:
248
249
config:
249
250
# client_id: *client_id
250
251
client_id_scheme: x509_san_dns # this will be prepended in the client id scheme used in the request.
252
+
include_issued_jwt_header_param: true # default false; if true, it will include x5c header parameters in the signed presentation request issued by this trust handler
self._log_warning("static trust evaluation", f"no configured trust handler can successfully process static trust material {static_trust_materials} of issuer {issuer}")
201
200
202
201
# try with handlers that don't use static trust materials like DirectTrustJar
0 commit comments