Integration.md
... ...
@@ -32,7 +32,7 @@ http://test.smartcentral.net/authorizations/new/?client_id=fancy_app&response_ty
32 32
* SmartCentral redirects end user to login page if not logged in, after end user's authorisation, send the following fields (http form fields encoded) to redirect_uri provided by 3rd party.
33 33
34 34
* access_token
35
- * id_token
35
+ * id_tokenhttps://wiki.smartcentral.net/livepreview/images/save_24.png
36 36
* token_type
37 37
38 38
* After 3rd party received id_token (JWT format), the id token should be verified using the public key provided by SmartCentral http://test.smartcentral.net/jwks.json
... ...
@@ -63,6 +63,9 @@ Contact us for end points and authentication when you are ready.
63 63
64 64
Schema definition is [here](https://brave-sack.surge.sh/).
65 65
66
+#### Schema Changelog
67
+
68
+2021-07-31 Added Contacts list to child object
66 69
67 70
### Sample Query 1
68 71
... ...
@@ -218,3 +221,5 @@ Schema definition is [here](https://brave-sack.surge.sh/).
218 221
}
219 222
220 223
```
224
+
225
+