Browse Source

add JWT call flow image

pull/760/head
shikha 7 years ago
parent
commit
cc2022b925
  1. 4
      configure/jwt-authentication.md
  2. BIN
      images/jwt-call-flow.png

4
configure/jwt-authentication.md

@ -23,6 +23,10 @@ The private/public key pair is created in your [Tiny account page](https://apps.
## JWT Provider URL
The following diagram explains the JWT call flow:
![JSON Web Token Call Flow]({{site.baseurl}}/images/jwt-call-flow.png "JSON Web Token Call Flow")
The easiest way to setup JWT authentication against TinyMCE cloud services is to create a JWT provider endpoint. This endpoint takes a JSON HTTP POST request and produces a JSON result with the token that the service will then use for all the HTTP requests.
## JWT requirements

BIN
images/jwt-call-flow.png

After

Width: 351  |  Height: 283  |  Size: 10 KiB

Loading…
Cancel
Save