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}
 }