Skip to content

Instantly share code, notes, and snippets.

@zamzterz
Last active August 29, 2015 14:23
Show Gist options
  • Save zamzterz/438d62bb4d49c4b2add9 to your computer and use it in GitHub Desktop.
Save zamzterz/438d62bb4d49c4b2add9 to your computer and use it in GitHub Desktop.
$array = array(
"id_token" => array(
"auth_time" => array(
"essential"=> true
),
"acr" => array(
"values" => ["urn:mace:incommon:iap:silver"]
)
)
);
$json = json_encode($array);
echo $json, PHP_EOL;
echo http_build_query(array("claims"=>$json)), PHP_EOL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment