Reauth & Refresh Connection
To refresh a connection, you need to specify the connection ID as the value
in the mh:con_id
claim. See example below:
{
"id_token": {
"sub": {
"essential": true,
"value": "5c1907c0e6b340e5c056fb2a"
},
"mh:con_id": {
"essential": true,
"value": "b74f1a79f0be8bdb857d82d0f041d7d2:0f1aa7c1-6379-483a-bfd8-ae0a208fb635"
}
}
}
Updated 11 months ago