Successful Response

A successful response can be as follows:

statusCode : 200 
statusMessage : "OK" 
content : "eyJraWQiOiJqd3QiLCJhbGciOiJSUzUxMiJ9.... 3mIhhr1rh7I_gp" 
content-type : "application/jwt" 

The response for the user info endpoint is the same as for the id_token. However, it can include data from all scopes, while the id_token only includes data from openid, login_method, identity_ids, and affiliations scopes. Additionally, the user info response does not include the session ID (sid) claim.