From f2b1ac062e1fbc9f8b20d20de73253978d0fde5c Mon Sep 17 00:00:00 2001 From: Anju Chamantha Date: Tue, 16 Jan 2024 23:24:58 +0530 Subject: [PATCH] [FAPI] Enable FAPI PAR profile --- .../test_runner_fapi.sh | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/oidc-fapi-conformance-tests/test_runner_fapi.sh b/oidc-fapi-conformance-tests/test_runner_fapi.sh index ccc9ad9f7b..0e5c7e4137 100644 --- a/oidc-fapi-conformance-tests/test_runner_fapi.sh +++ b/oidc-fapi-conformance-tests/test_runner_fapi.sh @@ -24,19 +24,19 @@ echo python3 $CONFORMANCE_SUITE_PATH/scripts/run-test-plan.py fapi1-advanced-final-test-plan[client_auth_type=mtls][fapi_profile=plain_fapi][fapi_response_mode=plain_response][fapi_auth_request_method=by_value] $PATH_TO_SCRIPTS/config/IS_config_fapi_mtls.json 2>&1 | tee fapi-testplan-mtls-log.txt echo -# echo -# echo "FAPI Basic test plan - private_key_jwt, plain_fapi, plain_response, pushed" -# echo "-----------------------------" -# echo -# python3 $CONFORMANCE_SUITE_PATH/scripts/run-test-plan.py fapi1-advanced-final-test-plan[client_auth_type=private_key_jwt][fapi_profile=plain_fapi][fapi_response_mode=plain_response][fapi_auth_request_method=pushed] $PATH_TO_SCRIPTS/config/IS_config_fapi_pvtkeyjwt_par.json 2>&1 | tee fapi-testplan-pvtkeyjwt-par-log.txt -# echo - -# echo -# echo "FAPI Basic test plan - mtls, plain_fapi, plain_response, pushed" -# echo "-----------------------------" -# echo -# python3 $CONFORMANCE_SUITE_PATH/scripts/run-test-plan.py fapi1-advanced-final-test-plan[client_auth_type=mtls][fapi_profile=plain_fapi][fapi_response_mode=plain_response][fapi_auth_request_method=pushed] $PATH_TO_SCRIPTS/config/IS_config_fapi_mtls_par.json 2>&1 | tee fapi-testplan-mtls-par-log.txt -# echo + echo + echo "FAPI Basic test plan - private_key_jwt, plain_fapi, plain_response, pushed" + echo "-----------------------------" + echo + python3 $CONFORMANCE_SUITE_PATH/scripts/run-test-plan.py fapi1-advanced-final-test-plan[client_auth_type=private_key_jwt][fapi_profile=plain_fapi][fapi_response_mode=plain_response][fapi_auth_request_method=pushed] $PATH_TO_SCRIPTS/config/IS_config_fapi_pvtkeyjwt_par.json 2>&1 | tee fapi-testplan-pvtkeyjwt-par-log.txt + echo + + echo + echo "FAPI Basic test plan - mtls, plain_fapi, plain_response, pushed" + echo "-----------------------------" + echo + python3 $CONFORMANCE_SUITE_PATH/scripts/run-test-plan.py fapi1-advanced-final-test-plan[client_auth_type=mtls][fapi_profile=plain_fapi][fapi_response_mode=plain_response][fapi_auth_request_method=pushed] $PATH_TO_SCRIPTS/config/IS_config_fapi_mtls_par.json 2>&1 | tee fapi-testplan-mtls-par-log.txt + echo # echo # echo "FAPI Basic test plan - private_key_jwt, plain_fapi, jarm, by_value"