When the server responds to the user's browser, the JSON object that is returned contains three properties:
Property Name | Description |
---|---|
displayName |
|
accessToken |
|
renewalToken |
|
Below is a sample of a JSON object sent to the browser after validating a user named 'Site Manager':
HTTP/1.1 200 OK Cache-Control: no-cache Pragma: no-cache Content-Type: application/json; charset=utf-8 Expires: -1 Date: Wed, 23 Dec 2015 00:54:43 GMT Content-Length: 425 { "displayName":"Site Manager",
"accessToken":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzaWQiOiJkYmViMjlhYTMyYjg0MTMxYTA0NjY4MDAyNzAxNWEwZSIsInJvbGUiOlsiQWRtaW5pc3RyYXRvcnMiLCJSZWdpc3RlcmVkIFVzZXJzIiwiU3Vic2NyaWJlcnMiXSwiaXNzIjoidGVzdHNpdGVjZS5sdmgubWUiLCJleHAiOjE0NTA4MzU2ODMsIm5iZiI6MTQ1MDgzMTc4M30.Yf3mmBJ8nV_IozqvvLc8L34dDklU2J7z0uXn3jsICp0", "renewalToken":"qjjd1vmgbtWb23fPK4J9ttUQBKpgC6k1yFmnteU+9mlFxcHeC3rJlly8oGBBAIzw" }
Environment
- DNN Platform
- Evoq Content
- Evoq Engage
Parent Topic
Related Tasks
Related Information
Comments
0 comments
Please sign in to leave a comment.