From f8a1f1bae6e7bbc83f3e716b37ef50190c824a4d Mon Sep 17 00:00:00 2001 From: Rivindu Date: Sat, 2 Dec 2023 09:47:11 +0530 Subject: [PATCH 1/2] Update oidc-metadata.json --- .../application/management/v1/oidc-metadata.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/application/management/v1/oidc-metadata.json b/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/application/management/v1/oidc-metadata.json index 9ecc669b987..bdbb0d101e9 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/application/management/v1/oidc-metadata.json +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/application/management/v1/oidc-metadata.json @@ -102,8 +102,8 @@ "tokenEndpointAuthMethod": { "options": [ { - "name":"None", - "displayName":"None" + "name":"", + "displayName":"Select Option" }, { "name": "client_secret_post", @@ -132,7 +132,7 @@ }, "idTokenSignatureAlgorithm": { "options": [ - "None", + "Select Option", "PS256", "ES256", "SHA256withRSA" @@ -140,7 +140,7 @@ }, "requestObjectSignatureAlgorithm": { "options": [ - "None", + "Select Option", "PS256", "ES256", "SHA256withRSA" @@ -148,14 +148,14 @@ }, "requestObjectEncryptionAlgorithm": { "options": [ - "None", + "Select Option", "RSA-OAEP", "RSA1_5" ] }, "requestObjectEncryptionMethod": { "options": [ - "None", + "Select Option", "A128GCM", "A192GCM", "A256GCM", @@ -179,7 +179,7 @@ }, "allowedEncryptionAlgorithms": { "options": [ - "None", + "Select Option", "RSA-OAEP" ] }, From b060997f7ed25e46731b270d46e6c75c090344ff Mon Sep 17 00:00:00 2001 From: Rivindu Date: Sat, 2 Dec 2023 10:27:57 +0530 Subject: [PATCH 2/2] Bump api sever version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a470a25be56..fb671ef4903 100755 --- a/pom.xml +++ b/pom.xml @@ -2405,7 +2405,7 @@ 2.0.13 1.3.28 - 1.2.130 + 1.2.134 5.5.9 5.5.7