You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -483,8 +483,8 @@ The decoded json is return as shown:
483
483
484
484
```json
485
485
{
486
-
"alg": "HS256",
487
-
"typ": "JWT"
486
+
"alg": "HS256",
487
+
"typ": "JWT"
488
488
}
489
489
```
490
490
@@ -509,8 +509,8 @@ The decoded json is return as shown:
509
509
}
510
510
```
511
511
512
-
To decode the JWT yourself, you can paste the token into the [JWT site](https://jwt.io/) - The signature used to sign the token is `59de900a973fa2e0` and can be pasted into the site to verify that the encoded identity came from Keyrock
513
-
512
+
To decode the JWT yourself, you can paste the token into the [JWT site](https://jwt.io/) - The signature used to sign
513
+
the token is `59de900a973fa2e0` and can be pasted into the site to verify that the encoded identity came from Keyrock
514
514
515
515
```text
516
516
HMACSHA256(
@@ -520,7 +520,6 @@ HMACSHA256(
520
520
)
521
521
```
522
522
523
-
524
523
### Authorization Code - Running the Example
525
524
526
525
It is possible to invoke the Authorization Code grant flow programmatically, by bringing up the page
0 commit comments