@@ -291,6 +291,9 @@ grant_handler = "org.wso2.carbon.identity.oauth2.token.handlers.grant.ClientCred
291291enable_fapi_enforcement =true
292292ssa_jkws = " https://keystore.openbankingtest.org.uk/0015800001HQQrZAAX/0015800001HQQrZAAX.jwks"
293293
294+ [oauth .dcrm ]
295+ return_null_fields_in_response =false
296+
294297[oauth .oidc ]
295298id_token.signature_algorithm =" PS256"
296299enable_claims_separation_for_access_tokens = false
@@ -495,7 +498,7 @@ priority = 7
495498[[financial_services .app_registration .dcr .validators .validator ]]
496499name = " SSAJTIValidator"
497500class = " org.wso2.financial.services.accelerator.identity.extensions.client.registration.dcr.validators.SSAJTIValidator"
498- enable = true
501+ enable = false
499502priority = 8
500503[[financial_services .app_registration .dcr .validators .validator ]]
501504name = " TokenEndpointAuthSigningAlgValidator"
@@ -582,6 +585,9 @@ allowed_api_resources=["payment-consents"]
582585[financial_services .consent .preserve_consent_link ]
583586enabled =false
584587
588+ [financial_services .consent .authorize_jsp ]
589+ path =" fs_default.jsp"
590+
585591[financial_services .identity ]
586592consent_id_claim_name =" consent_id"
587593append_consent_id_to_token_id_token =false
@@ -593,7 +599,7 @@ append_consent_id_to_token_introspect_response=false
593599servlet_extension =" org.wso2.financial.services.accelerator.consent.mgt.extensions.authservlet.impl.FSDefaultAuthServletImpl"
594600
595601[financial_services .identity .extensions ]
596- # Uncomment these to get a default implementation of identity extensions
602+ # Uncomment these to get a default IS implementation of identity extensions ( Not required for OB scenarios)
597603# request_object_validator="org.wso2.financial.services.accelerator.identity.extensions.auth.extensions.request.validator.DefaultFSRequestObjectValidator"
598604# response_type_handler="org.wso2.financial.services.accelerator.identity.extensions.auth.extensions.response.handler.impl.FSDefaultResponseTypeHandlerImpl"
599605# claim_provider="org.wso2.financial.services.accelerator.identity.extensions.claims.FSDefaultClaimProvider"
@@ -632,3 +638,6 @@ retry_function="EX"
632638circuit_breaker_open_timeout =500
633639pool_size =20
634640event_notification_request_generator =" org.wso2.financial.services.accelerator.event.notifications.service.realtime.service.DefaultRealtimeEventNotificationRequestGenerator"
641+
642+ [agent_identity ]
643+ enabled =false
0 commit comments