Hi I successfully authenticated with an ajax request on my AppServer, and I get this json response:
{
"claims":{
"schemas.dell.com/.../identifier":"CCCAdmin",
"schemas.dell.com/.../useruid":"CCC-65E9B3D39FFE925C4D7747A69876C128",
"schemas.dell.com/.../module":"DialogUser",
"schemas.dell.com/.../product":""
},
"passwordBased":true,
"moduleDisplay":"System user",
"sessionId":"oC1Kjzkh3Z8EvEhWvyfz",
"userName":"CCCAdmin",
"responseStatus":{
}
}
and now how can I use this informations? I should use sessionId field? But how in an ajax request?
There is no example after successfully logged in.
Thanks Mik
On 7.1