Hi all,
I registered for jaspersoft trial version on cloud. I want to test token based authentication/SSO and I wonder is ther any test token that could be used to test SSO.
What is missing here
$response = $client->request('POST', 'http://54.198.99.210/jasperserver-pro', [
'form_params' => [
'tokenName' => 'pp',
'u' => 'jasperadmin',
'o' => 'organization_1',
'pa1' => 'USA',
'pa2' => '1'
]
]);
Thx
0 Answers:
No answers yet