Skip to content

Commit

Permalink
Merge pull request wso2#4977 from SachiniSiriwardene/master_DCRConf
Browse files Browse the repository at this point in the history
Add DCR configurations
  • Loading branch information
janakamarasena authored Oct 13, 2023
2 parents d955883 + 823db2c commit 117422c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@
FAPI Profile Support.
-->
<FAPI>
<EnableFAPIValidation>{{oauth.oidc.fapi.enable_validation}}</EnableFAPIValidation>
{% if oauth.oidc.fapi.enable_ciba_profile is defined %}
<EnableCibaProfile>{{oauth.oidc.fapi.enable_ciba_profile}}</EnableCibaProfile>
{% endif %}
Expand Down Expand Up @@ -974,6 +975,11 @@
-->
<DCRM>
<ApplicationRolePermissionRequiredToView>{{oauth.dcrm.application_role_permission_required_to_view}}</ApplicationRolePermissionRequiredToView>
{% if oauth.dcr.ssa_jkws is defined %}
<SoftwareStatementJWKS>{{oauth.dcr.ssa_jkws}}</SoftwareStatementJWKS>
{% endif %}
<EnableFAPIEnforcement>{{oauth.dcr.enable_fapi_enforcement}}</EnableFAPIEnforcement>
<EnableSectorIdentifierURIValidation>{{oauth.dcr.enable_sector_identifier_validation}}</EnableSectorIdentifierURIValidation>
</DCRM>

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@
"oauth.grant_type.token_exchange.allow_refresh_tokens": true,
"oauth.grant_type.token_exchange.allow_public_client": true,
"oauth.dcrm.application_role_permission_required_to_view": true,

"oauth.dcr.enable_fapi_enforcement": false,
"oauth.dcr.enable_sector_identifier_validation": false,
"oauth.enable_jwt_token_validation_during_introspection": true,
"oauth.use_client_id_as_sub_claim_for_app_tokens": true,
"oauth.remove_username_from_introspection_response_for_app_tokens": true,
Expand Down Expand Up @@ -240,6 +241,7 @@
"oauth.oidc.fapi.allowed_client_authentication_methods": ["private_key_jwt", "tls_client_auth"],
"oauth.oidc.fapi.allowed_signature_algorithms": ["PS256", "ES256"],

"oauth.oidc.fapi.enable_validation": true,
"oauth.global_rbac_scope_issuer.enable": false,

"oauth.jarm.enable": true,
Expand Down

0 comments on commit 117422c

Please sign in to comment.