From 1a2cf52b6601ca7b08a636faf4ba3d558ca67be2 Mon Sep 17 00:00:00 2001 From: "katerina.iatropoulou" Date: Tue, 12 Oct 2021 08:32:54 +0000 Subject: [PATCH] PRIVATE moved changes in src folder git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc/src@61661 d315682c-612b-4755-9ff5-7f18f6832af3 --- advanced.html | 8 +++----- api.html | 7 +++++++ authentication.html | 6 +++--- bulk-projects.html | 2 +- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/advanced.html b/advanced.html index 5aab868..c59a1a8 100644 --- a/advanced.html +++ b/advanced.html @@ -250,8 +250,7 @@
The response is your Public and Private Keypair and has the following format:
-{ 
-   "p" : ...,
+{ "p" : ...,
    "kty" : "RSA",
    "q" : ...,
    "d" : ...,
@@ -265,8 +264,7 @@
 }
Use the public key parameters (kty, e, kid, alg, n) to create your Public Key - in the following format: - + in the following format:
 {
    "kty": "RSA",
@@ -336,7 +334,7 @@
    "sub": "{SERVICE_ID}",
    "aud": "https://aai.openaire.eu/oidc/token",
    "jti": "{RANDOM_STRING}",
-   "exp": {EXPIRATION_TIME_OF_SIGNED_JWT}                            
+   "exp": {EXPIRATION_TIME_OF_SIGNED_JWT}
 }