hi,
simplesaml returns to me the content of the ID token which is correct but does not return the access token; can you clarify how I can view the access token value ?
this the json I see:
{
"Attributes": {
"someprefix.sub": [
"2hjik2jMxFxAgKc06YOn_Q=="
]
},
"Authority": "oauth2",
"AuthnInstant": 1619077956,
"Expire": 1619106756
}
cheers