Skip to content

Commit 6a5ee97

Browse files
authored
Merge pull request #5870 from hwupathum/request-obj
Add support for request object signature validation
2 parents f093989 + 8c57d73 commit 6a5ee97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

en/includes/references/app-settings/oidc-settings-for-app.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,12 @@ Selecting the **Mandatory** option enforces the application to initiate an autho
242242
243243
OAuth 2.0 authorization requests can either include the authorization parameters in URL query strings or in a request object. A request object is typically a JSON Web Token (JWT) which encapsulates the authorization parameters. It can be signed and encrypted to respectively ensure data integrity and data confidentiality.
244244
245+
{% if product_name == "Asgardeo" or (product_name == "WSO2 Identity Server" and is_version > "7.2.0" ) %}
246+
247+
- **Enable signature validation** - Select this to accept only signed request objects. {{ product_name }} will reject unsigned request objects when you enable this option.
248+
249+
{% endif %}
250+
245251
- Under **Request object signing algorithm**, select a supported algorithm with which the request object will be signed.
246252
247253
- Under **Request object encryption algorithm**, choose a supported asymmetric encryption algorithm to perform the key exchange.

0 commit comments

Comments
 (0)