From 4a9c95c8331f938e91e41f658c7cafff6f10911f Mon Sep 17 00:00:00 2001 From: jithin97 Date: Sun, 13 Jun 2021 11:37:36 +0900 Subject: [PATCH] fix(index.html): add missing quotes and comma in response JSON --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c3dd8f4..fd2dd5b 100644 --- a/index.html +++ b/index.html @@ -1375,7 +1375,7 @@

Registration Request using JWT

"application_type":"web", "id_token_signed_response_alg":"PS256", "id_token_encrypted_response_alg":"RSA-OAEP", - "id_token_encrypted_response_enc:"A256GCM", + "id_token_encrypted_response_enc":"A256GCM", "request_object_signing_alg":"PS256", "software_statement":… } @@ -1530,7 +1530,7 @@

Registration Response

"application_type":"web", "id_token_signed_response_alg":"PS256", "id_token_encrypted_response_alg":"RSA-OAEP", - "id_token_encrypted_response_enc:"A256GCM", + "id_token_encrypted_response_enc":"A256GCM", "request_object_signing_alg":"PS256", "software_statement":"…", "legal_entity_id": "3B0B0A7B-3E7B-4A2C-9497-E357A71D07C7", @@ -1546,7 +1546,7 @@

Registration Response

"jwks_uri": "https://www.mockcompany.com.au/jwks", "revocation_uri": "https://www.mockcompany.com.au/revocation", "recipient_base_uri": "https://www.mockcompany.com.au", - "sector_identifier_uri": "https://www.mockcompany.com.au/sector_identifier" + "sector_identifier_uri": "https://www.mockcompany.com.au/sector_identifier", "software_id": "740C368F-ECF9-4D29-A2EA-0514A66B0CDE", "software_roles": "data-recipient-software-product", "scope":