1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
-
- This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
- project.
-
- Copyright (C) 1998-2006 OpenLink Software
-
- This project is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the
- Free Software Foundation; only version 2 of the License, dated June 1991.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-
-->
<sect1 id="vwstrust"><title>Web Services Trust Protocol (WS-Trust)</title>
<para>In order to secure communication between two parties, the two parties
must exchange security credentials (either directly or indirectly). However, each
party needs to determine if they can "trust" the asserted credentials of the
other party. WS-Security defines the basic mechanisms for providing secure
SOAP messaging.
WS-Trust is an extension of WS-Security for security token exchange to enable
the issuance and dissemination of credentials within different trust domains, and
thus manage trust relationships. The goal of WS-Trust is to enable applications
to construct trusted SOAP message exchanges. </para>
<para>Using these extensions, applications can engage in secure communication designed
to work with the general Web Services framework, including WSDL service
descriptions, UDDI businessServices and bindingTemplates, and SOAP messages. </para>
<para>WSS (WS-Security) enabled endpoint can make use of (WST) WS-Trust
by exposing the "<computeroutput>RequestSecurityToken</computeroutput>" method.
It then will check the WSS headers, decode if appropriate and
pass the request parameters to the RequestSecurityToken method.</para>
<para>Virtuoso supports and can generate many session key types. Supported key
types are: DSA, 3des and AES. RSA keys can be imported but not generated, likewise
x509 certificate generation, however they will be added in the near future.</para>
<para>WSS uses the <computeroutput>UsernameToken</computeroutput> method
to bind an issued security token to a particular user.</para>
<para>Each WS enabled SOAP endpoint should have a list of supported encryption
methods, keys that may be issued, and authorized users. This can be achieved using
a PL (Stored Procedure) hook.</para>
<tip><title>See Also:</title>
<para><ulink url="http://www-106.ibm.com/developerworks/library/ws-trust/">Web Services Trust Language (WS-Trust)</ulink></para></tip>
<para>The message flow involving WST endpoints will be as follows:</para>
<simplelist>
<member>The client (1st instance) must ask the WST endpoint for token
(security token, may be a 3des key x509 certificate or whatever security
tokens are supported)</member>
<member>WST endpoint may or may not issue a token to the client.</member>
<member>Client sends a message to 2nd instance (the target)
to perform the main request.</member>
<member>The 2nd instance (recipient) may accept or reject the request.</member>
<member>The 2nd instance may also ask WST for the token, to
encrypt the data for client, which depends on the policy to be applied.</member>
</simplelist>
<para>The client has to have a way to know what policy to apply. This
can be a UDT that is initialized appropriately and passed to the client
routines.</para>
<para>SOAP clients have to have an API to perform:</para>
<simplelist>
<member>Request a security token from WST</member>
<member>Invoke the method from recipient with token obtained from WST endpoint.</member>
</simplelist>
<para><link linkend="fn_wst_cli"><function>wst_cli(req, policy)</function></link></para>
<para>The call to <function>wst_cli</function> performs the following actions:</para>
<simplelist>
<member>For the URL of request determine whether a policy is needed; scan over
policy array by URL. </member>
<member>If token has an issuer, then ask issuer with policy conforming to it
(obtain via URL from policy array).</member>
<member>Apply the obtained token to the request and pass to the ultimate receiver.</member>
<member>Return response from ultimate receiver.</member>
</simplelist>
<para>Server tokens are stored in the
<computeroutput>WST_SERVER_ISSUER_TOKENS</computeroutput> system table.</para>
<tip><title>See Also:</title>
<para><link linkend="WST_SERVER_ISSUER_TOKENS">WST_SERVER_ISSUER_TOKENS</link></para></tip>
<para>Tokens can be selected using the system procedure: </para>
<programlisting><![CDATA[
DB.DBA.WS_TRUST_TOKEN_GEN (
in "From" any,
in "MessageID" any,
in "RequestSecurityToken" any,
in "Timestamp" any,
in "To" any).
]]></programlisting>
<para>This procedure can be over-ridden for specific cases. The definition of
the default procedure is shown below. </para>
<programlisting><![CDATA[
create procedure DB.DBA.WS_TRUST_TOKEN_GEN (
in "From" any,
in "MessageID" any,
in "RequestSecurityToken" any,
in "Timestamp" any, in "To" any )
{
declare ret any;
declare t_type, r_type, l_from varchar;
t_type := cast ("RequestSecurityToken"[3] as varchar);
r_type := cast ("RequestSecurityToken"[5] as varchar);
l_from := cast ("From"[3] as varchar);
select WSK_TOKEN into ret from WST_SERVER_ISSUER_TOKENS
where WSK_TOKEN_TYPE = t_type and
WSK_REQUEST_TYPE = r_type and WSK_FROM = l_from;
return ret;
}
;
]]></programlisting>
<example id="ex_wstrust1"><title>Example</title>
<para>1) client ask for context token token service:</para>
<programlisting><![CDATA[
<soap:Envelope
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility"
xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<wsa:To>http://tokenservice</wsa:To>
<wsse:Security soap:mustUnderstand="1">
....
</wsse:Security>
</soap:Header>
<soap:Body wsu:Id="Id-d7fceab4-62ed-45fb-bc09-69310ff1712e">
<wsse:RequestSecurityToken>
<wsse:TokenType>wsse:SecurityContextToken</wsse:TokenType>
<wsse:RequestType>wsse:ReqIssue</wsse:RequestType>
<wsp:AppliesTo xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy">
<wsa:EndpointReference>
<wsa:Address>http://localhost/SecureConvPolicyService/SecureConvService.asmx</wsa:Address>
</wsa:EndpointReference>
</wsp:AppliesTo>
</wsse:RequestSecurityToken>
</soap:Body>
</soap:Envelope>
]]></programlisting>
<para>2) response from token service</para>
<programlisting><![CDATA[
<soap:Envelope xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility"
xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<wsse:Security soap:mustUnderstand="1">
....
</wsse:Security>
</soap:Header>
<soap:Body wsu:Id="Id-ee536e2b-3911-46c8-9a51-850b11ecf866">
<xenc:EncryptedData xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
<xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc" />
<xenc:CipherData>
<xenc:CipherValue>...</xenc:CipherValue>
</xenc:CipherData>
</xenc:EncryptedData>
</soap:Body>
</soap:Envelope>
]]></programlisting>
<para>3) using the token from response above ; perform request to the ultimate service</para>
<programlisting><![CDATA[
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility"
xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext">
<soap:Header>
<wsa:To>http://quoteservice</wsa:To>
<wsse:Security soap:mustUnderstand="1">
....
</wsse:Security>
</soap:Header>
<soap:Body wsu:Id="Id-a8a78a3b-6775-470d-96d8-ca3f96fd2715">
<xenc:EncryptedData xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
...
</xenc:EncryptedData>
</soap:Body>
</soap:Envelope>
]]></programlisting>
<para>4) response from ultimate service</para>
<programlisting><![CDATA[
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility">
<soap:Header>
</soap:Header>
<soap:Body>
<StockQuotes xmlns="http://temp.uri">
<StockQuote>
...
</StockQuote>
...
</StockQuotes>
</soap:Body>
</soap:Envelope>
]]></programlisting>
</example>
<example id="ex_wst2"><title>Full WS-Trust Programmatic Sample</title>
<para>Table for sample results</para>
<programlisting><![CDATA[
create table WS_S_5 (
ID varchar primary key,
LINK varchar,
TITLE varchar,
AUTHOR varchar,
ISSUED datetime,
CONTENT varchar
)
;
]]></programlisting>
<para>User used for UsernameToken</para>
<programlisting><![CDATA[
create user WS_TRUST;
USER_SET_PASSWORD ('WS_TRUST', 'TRUST_PASSWORD');
]]></programlisting>
<para>Endpoint user</para>
<programlisting><![CDATA[
create user WSE;
]]></programlisting>
<para>client test procedure</para>
<programlisting><![CDATA[
create procedure trust_client ()
{
declare token POLICY_STRUCT;
declare req SOAP_CLIENT_REQ;
declare ret any;
token := new POLICY_STRUCT ();
req := new SOAP_CLIENT_REQ ();
-- Issuer parameters
token.usage := 'ReqIssue';
token.token_type := 'X509v3';
token.token_issuer := 'http://localhost:' || server_http_port () || '/ws_s_5ts';
token.user_name := 'WS_TRUST';
token.user_pass := 'TRUST_PASSWORD';
token.debug := 0;
-- End point parameters
req.url := 'http://localhost:' || server_http_port () || '/ws_s_5';
req.parameters := vector (vector ('AddEntry', 'http://weblogs.contoso.com/wse/samples/2003/07:AddEntry'),
vector (soap_box_structure ('title', 'Test title', 'author', 'Test author', 'issued', now (),
'content', 'Test content')));
req.soap_action := 'http://weblogs.contoso.com/wse/samples/2003/07:AddEntry';
req.operation := 'AddEntry';
ret := WST_CLI (req, token); -- call the WS-Trust client.
if (token.debug <> 0)
return ret;
-- Fill result to table
insert into WS_S_5 (ID, LINK, TITLE, AUTHOR, ISSUED, CONTENT) values
(ret[2][2][1], ret[2][4][1], ret[2][6][1], ret[2][8][1], ts (ret[2][10][1]), ret[2][12][1]);
}
;
]]></programlisting>
<para>End point virtual directory</para>
<programlisting><![CDATA[
VHOST_REMOVE (lpath=>'/ws_s_5');
VHOST_DEFINE (lpath=>'/ws_s_5', ppath=>'/SOAP/', soap_user=>'WSE',
soap_opts=>vector('Namespace','http://temp.uri/',
'MethodInSoapAction','yes',
'ServiceName', 'WSSecure',
'CR-escape', 'no',
'WS-SEC','yes',
'WSS-Type', 0,
'WSS-Validate-Signature', 2,
'WSS-Func-Template', 'DB.DBA.SOAP_WS_TRUST_OUT_XENC_TEMPLATE'))
;
]]></programlisting>
<para>Issuer virtual directory</para>
<programlisting><![CDATA[
VHOST_REMOVE (lpath=>'/ws_s_5ts');
VHOST_DEFINE (lpath=>'/ws_s_5ts', ppath=>'/SOAP/', soap_user=>'WSE',
soap_opts=>vector('Namespace','http://temp.uri/',
'MethodInSoapAction','yes',
'ServiceName', 'WSSecure',
'CR-escape', 'no',
'WS-SEC','yes',
'WSS-KEY', 'ws_s_5',
'WSS-Template', 'ws_s_5',
'WSS-Type', 0,
'WSS-Validate-Signature', 2,
'WSS-Func-Template', 'DB.DBA.SOAP_WS_TRUST_OUT_XENC_TEMPLATE'))
;
grant execute on WS.SOAP.RequestSecurityToken to WSE
;
CREATE PROCEDURE WS_S_5_XSD ()
{
declare ses any;
ses := string_output ();
http ('<xsd:schema\n', ses);
http (' xmlns:xsd="http://www.w3.org/2001/XMLSchema"\n', ses);
http (' xmlns:tns="http://weblogs.contoso.com/wse/samples/2003/07"\n', ses);
http (' targetNamespace="http://weblogs.contoso.com/wse/samples/2003/07">\n', ses);
http (' <xsd:element name="AddEntry">\n', ses);
http (' <xsd:complexType>\n', ses);
http (' <xsd:sequence>\n', ses);
http (' <xsd:element name="entry" minOccurs="1" maxOccurs="1" type="tns:entry_t" />\n', ses);
http (' </xsd:sequence>\n', ses);
http (' </xsd:complexType>\n', ses);
http (' </xsd:element>\n', ses);
http (' <xsd:element name="WeblogEntry">\n', ses);
http (' <xsd:complexType>\n', ses);
http (' <xsd:sequence>\n', ses);
http (' <xsd:element name="WeblogEntry" minOccurs="1" maxOccurs="1" type="tns:entry_t" />\n', ses);
http (' </xsd:sequence>\n', ses);
http (' </xsd:complexType>\n', ses);
http (' </xsd:element>\n', ses);
http (' <xsd:element name="AddEntryResponse">\n', ses);
http (' <xsd:complexType>\n', ses);
http (' <xsd:sequence>\n', ses);
http (' <xsd:element name="WeblogEntry" minOccurs="1" maxOccurs="1" type="tns:entry_t" />\n', ses);
http (' </xsd:sequence>\n', ses);
http (' </xsd:complexType>\n', ses);
http (' </xsd:element>\n', ses);
http (' <xsd:complexType name="entry_t">\n', ses);
http (' <xsd:sequence>\n', ses);
http (' <xsd:element name="id" minOccurs="0" maxOccurs="1" type="xsd:string" />\n', ses);
http (' <xsd:element name="link" minOccurs="0" maxOccurs="1" type="xsd:string" />\n', ses);
http (' <xsd:element name="title" minOccurs="0" maxOccurs="1" type="xsd:string" />\n', ses);
http (' <xsd:element name="author" minOccurs="0" maxOccurs="1" type="xsd:string" />\n', ses);
http (' <xsd:element name="issued" minOccurs="0" maxOccurs="1" type="xsd:dateTime" />\n', ses);
http (' <xsd:element name="content" minOccurs="0" maxOccurs="1" type="xsd:string" />\n', ses);
http (' </xsd:sequence>\n', ses);
http (' </xsd:complexType>\n', ses);
http ('</xsd:schema>\n', ses);
return string_output_string (ses);
}
;
]]></programlisting>
<para>XSD used from end point</para>
<programlisting><![CDATA[
SOAP_LOAD_SCH (WS_S_5_XSD ())
;
]]></programlisting>
<para>End point procedure</para>
<programlisting><![CDATA[
create procedure WS.SOAP.AddEntry
(
in AddEntry any := null __soap_type 'http://weblogs.contoso.com/wse/samples/2003/07:AddEntry',
out AddEntryResponse any __soap_type 'http://weblogs.contoso.com/wse/samples/2003/07:AddEntryResponse',
inout "From" any __soap_header 'http://schemas.xmlsoap.org/ws/2004/08/addressing:From',
inout "MessageID" any __soap_header 'http://schemas.xmlsoap.org/ws/2004/08/addressing:MessageID',
out "Timestamp" any __soap_header 'http://schemas.xmlsoap.org/ws/2002/07/utility:Timestamp',
inout "To" any __soap_header 'http://schemas.xmlsoap.org/ws/2004/08/addressing:To'
) __soap_doc '__VOID__'
{
declare ret any;
declare param any;
declare wsa_from, wsu_time, created, expr, m_id, a_to, headers soap_parameter;
declare in_title, in_author, in_content, out_id, out_link any;
in_title := get_keyword ('title', AddEntry[0], '');
in_author := get_keyword ('author', AddEntry[0], '');
in_content := get_keyword ('content', AddEntry[0], '');
out_id := lower (uuid ());
out_link := sys_connected_server_address () || '/ws-trust/sample?' || out_id;
wsa_from := new soap_parameter ();
wsa_from.set_xsd ('http://schemas.xmlsoap.org/ws/2004/08/addressing:From');
wsa_from.add_member ('Address', 'http://' || sys_connected_server_address () || '/WSE');
wsa_from.set_attribute ('Id', 'Id-' || uuid());
created := new soap_parameter (dt_set_tz (now (), 0));
created.set_xsd ('http://schemas.xmlsoap.org/ws/2002/07/utility:Created');
created.set_attribute ('Id', 'Id-' || uuid());
expr := new soap_parameter (dt_set_tz (dateadd ('minute', 500, now ()), 0));
expr.set_xsd ('http://schemas.xmlsoap.org/ws/2002/07/utility:Expires');
expr.set_attribute ('Id', 'Id-' || uuid());
wsu_time := new soap_parameter ();
wsu_time.set_xsd ('http://schemas.xmlsoap.org/ws/2002/07/utility:Timestamp');
wsu_time.add_member ('Created', created);
wsu_time.add_member ('Expires', expr);
m_id := new soap_parameter (lower ('UUID:'||uuid ()));
m_id.set_xsd ('http://schemas.xmlsoap.org/ws/2004/08/addressing:MessageID');
m_id.set_attribute ('Id', 'Id-' || uuid());
a_to := new soap_parameter ('http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous');
a_to.set_xsd ('http://schemas.xmlsoap.org/ws/2004/08/addressing:To');
a_to.set_attribute ('Id', 'Id-' || uuid());
param := (vector ('WeblogEntry', 'http://weblogs.contoso.com/wse/samples/2003/07:AddEntry'),
vector (soap_box_structure ('id', out_id,
'link', out_link,
'title', in_title,
'author', in_author,
'issued', now (),
'content', in_content)));
AddEntryResponse := param;
"From" := wsa_from.s;
"MessageID" := m_id.s;
"Timestamp" := wsu_time.s;
"To" := a_to.s;
}
;
grant execute on WS.SOAP.AddEntry to WSE;
]]></programlisting>
<para>Server enc. template. Can be over-ridden</para>
<programlisting><![CDATA[
create procedure
DB.DBA.SOAP_WS_TRUST_OUT_XENC_TEMPLATE (in body varchar)
{
declare tmpl varchar;
tmpl := sprintf ('<?xml version="1.0" encoding="UTF-8"?>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#" >
<SignedInfo>
<CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />
</SignedInfo>
<SignatureValue></SignatureValue>
<KeyInfo>
<KeyName>ws_s_5</KeyName>
</KeyInfo>
</Signature>');
return dsig_template_ext (body, tmpl,
'http://schemas.xmlsoap.org/soap/envelope/', 'Body',
'http://schemas.xmlsoap.org/ws/2004/08/addressing', 'MessageID',
'http://schemas.xmlsoap.org/ws/2004/08/addressing', 'From',
'http://schemas.xmlsoap.org/ws/2004/08/addressing', 'RelatesTo',
'http://schemas.xmlsoap.org/ws/2004/08/addressing', 'To',
'http://schemas.xmlsoap.org/ws/2002/07/utility', 'Expires',
'http://schemas.xmlsoap.org/ws/2002/07/utility', 'Created'
);
}
;
]]></programlisting>
<para>Certificate from server</para>
<programlisting><![CDATA[
create procedure cert ()
{
return uudecode (
'MIIKIQIBAzCCCecGCSqGSIb3DQEHAaCCCdgEggnUMIIJ0DCCBs8GCSqGSIb3' ||
'DQEHBqCCBsAwgga8AgEAMIIGtQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQYw' ||
'DgQIYR9Q5x78Es4CAggAgIIGiHRAz7QEEk6jrI3un28yD7YOO3G+Sm33abCa' ||
'jCwA3x5lT4ShZxaRrIB5Xaykr4gfTWwa3+/eFFwqaHdae9XNAjsOCvWYftFU' ||
'mRpxwJcuY0C1yOlMxG2SyLSJNDEGY8p/uY9Okw5e5iQuzMEvDxaU+j2PSum+' ||
'QWg94obEAJkwmCqelMwKH7aVGlFNtkphGbrl8egJzfJUCIqC6vsMYA6KSurN' ||
'Nv05Vk2/w9Av7q2DrkSfqNMOgYluZ+OKzbTnSq2kg42F/Qd9qJye3iUusi1j' ||
'bcIqZBCFddIFNUR+Yxa/GWD720DngBquiagqaO5Tm0vvORk/hhLx3x4cJRra' ||
'4CFHswtVSq8JHDgyF6goMifHPsv9HTnK5r3MzQFQVITS/26NCcoj3vf9G/ka' ||
'fRZZCAtD14lRYvENoDBFZfjUfrbHTT7VrcXbDfhYuXopUMa/Zr6fJM8ELNgE' ||
'QmAttT4+fEnL9tNaY3VRQVkxCAl+2dvZsOqNDOh8RqaeeEumPgNUKtGr6ppW' ||
'DXIOAg3L8r/0CwDEQArNh1HZ+SQ5leUyswsnkDG9PY3LGdqYCJJDnhoxeDla' ||
'hqlYmqjytyfkL96768CU5wL9eck+jKNySy3foDNKu0yVZVSvO4BP38OE+hzK' ||
'4QrmFdSztousIgTw6fe73FmLgHMjrMTlp3OFXG0krH7AZvaxYvi0Xy6+g2zJ' ||
'xOttT9O0kNYAt7tVk15n4/tkjlF/meS4Dhu8TnHTjTMX+kljYlNTsEewzn5r' ||
'NfXQY0RMZa/zw8lS2G/vfT71UyCACPl/SYxkSYUht8kvZCc4L3Z0460IszpC' ||
'+nQ9YFDLQqYX7VToVyKoGQWEfHN4z8FFoYHXY/e2NNacfZkBwhq7wfh4upWG' ||
'kjHnDE2LC1EHSkPcdmeZoPZcXXve5/WZyPQEM3h5+rLca1F67lyD8a57nh2E' ||
'7m916TO64V4mIfxjFwxZO+LF/MzRJDXyUlGWiHV2w363TIbgc6vD1/sed0yP' ||
'xg6mTpFTkThj7mMcDFh5jO7p7JXeJU8v/uls7pb/HbfGcsSfXEHQcHSLqwM/' ||
'kWk6KQRxvj+9wl7zglyrCU5ty3/0i5SOb4BL4DMtGeaLXgbhScczA26kmhSN' ||
'C9wuB535TE9X/msXxjKqJclRC/nQicsIJEpoilwKKh0lt39J5mQwpk/By7du' ||
'qspLZzEfXhcQlrNVJa6cTM14GuMMh3RqPK2AvxxVbwvSmBRxDDX4Wq+E7AsY' ||
'onr322L3YHAS+oRIp7onKJyHv4J8M26iRSRCl11Jtt3lKcSEHtQIO1hS+BOR' ||
'1yAXJ+AOhvufpCqbOwV12Tw+wCUXVDrRdpaGL+laoNaqC7heo6HZkWFy6SSm' ||
'CUbKhtk6P0IE8Db0GdIF3jzLGvKreFiiBKkwFI1g4+C9j2BaPL1F4JMmoEaa' ||
'eFrLqtd66g6/n0zSxkA43H3qqfGTQJ/YkilRvuqZ3pNN9sklR2n7ti44TSb+' ||
'LZofLerppJxgcJgT67wD7Mt58pekjnOKW2HwPt8hegrQh6juBHaFxn/BIZuh' ||
'VivCCsfY2V/sZBl/uL9qvevnoQXKrvOks0XESRTpqc3PptgQdFTkUST3vc6o' ||
'CtrLSyK6rLNVI5bP2QRuCQAPyhI9u6s6AC1uot9T/BooOLowzzpNLioWstsB' ||
'Td9+64Ei1bvcmIZZ2Gq3p/gAXYnkw/VciQ/YET54nP95wUYSrbB8OLXJHPX6' ||
'zaLryqbpPIcNSvGjneSf84a0NkMFkdq5H4m0lJQIJPIvi7qhGxpNGYEuaqgv' ||
'NwGmhWKK4noHLuXIMOv5Cn10MHTaR7CVxOLX950RzitmIQ9xa7Qu2Ey+wzRM' ||
'LvoxUf1+GMUCGyuVhQlCRmfCK7ts53WTCLywNsJcueImaLTjXOOoJNg1Baov' ||
'C+RYwAvigUtp1aBY9XZRHMqHytLooGhPG/xgX1Mhe+1452YSutxIww+psC5E' ||
'9LAkBMZ7mz9o6JJnk3IvJ+WhAZ+hV876T7yABTifxctfkOmNu3H/RcpDV4uk' ||
'TZizoDttm3/Mj99V9U+elt/1YreXvB5kJ63o9nOeN3gBu8mEBhqGLGOWuibL' ||
'RANKQ1es3jVGk5SMS0bi8BeG6nGw59xna1BZcpS3KnbgWdU4ek7mz+OO0fHe' ||
'tQPGQ1pI0FA/UTBEoRUokZPjGlELL9su7bcAbgpTTS0vncGzUwO5yxRExFh7' ||
'PJPVMmjrOphChDvBlgUESq9J9CmEUswp+IEwggL5BgkqhkiG9w0BBwGgggLq' ||
'BIIC5jCCAuIwggLeBgsqhkiG9w0BDAoBAqCCAqYwggKiMBwGCiqGSIb3DQEM' ||
'AQMwDgQIBnHBzK4ZZwwCAggABIICgO8D5hIqZZLOZmVMCWdTayS0joeE1W6H' ||
'7J/IiiP3N5EQeALNvVaoI6EeNuap3W8lj89moUzCuScokct7jRaLOhjeOeRa' ||
'osMRMOvdbSSIFS+QN/CT1mQ46+LeNuFocCW0M0RsFVgcSPdWuJUJzOq9qx7J' ||
'XjkG8UHfwpjy1o9JZAqtjde+fNFHiuPLYI3oJBwNGfbe1QJlrVjf+MAziu6J' ||
'iGt+QBNfWWLoFgDZegHWLcfwwXkmrzfM/4KIGEjX2DZhBrf5M5r+P6ZDJFFs' ||
'NNNmUUjVvtz+PQIlVWrBJxh5r0Yyr/n37g2pEGKcq5PNxP+DZ1H/UCEObUzk' ||
'H8afcU7uUq43t0Eyq4cs8VX7pytIoUgvMT5bcs0aU8gs9b3c33BjRv7uTB7q' ||
'qTGaAQ+b4t5vAR/MVoHfVA1Sgq0D8mzJ8NtD6IMdbjsW0cSxwZM/pgPDmSI9' ||
'AKi6t9E/UrzxwaJWBmEgy2Qup5n6VrxzWZ+TiAKAH4/Ma3kIUkYtgvrAH9Tf' ||
'qY/7ZOHIVF93aEEcIshYYVyUAHsJVa1r7LXkfcm7ogxDi8vjmvtDZhxo7+i8' ||
'TmrsO19FoDSGUNJlYFvPsGpOpnrw/VT7M9VEhF9nSznRRlDD+xidZdWf2GDe' ||
'MxLg+7dLMkKqYgQbWKRO6y6ATJbSL+0wBRml1h5hvIhK+PsJeDHcVf3rl5my' ||
'NZgBlFkHau9/2WohA428dwKDgFVFjgt8WfsweOW6QCYL5ezjtORDRZHg3YQL' ||
'ZrB7jSJkx9WFq5O81YT5YqVvcDow7aoPpKJvZtFUkPPtgMTyIz6zOTCC9sTe' ||
'lHu6m/Olizb3o/uOlxlcK3727SHSiBV8+4rhgIstIlYxJTAjBgkqhkiG9w0B' ||
'CRUxFgQUjYbSw3MD4nRuny8vVKz5hZtCftwwMTAhMAkGBSsOAwIaBQAEFLRv' ||
'tU3dr9bQEbcm2mcYE+KK33n3BAh/OvyukQvZpAICCAA=', 2);
}
;
create procedure server_pub_x509_key ()
{
return
'MIICxzCCAjCgAwIBAgIBADANBgkqhkiG9w0BAQQFADBSMQswCQYDVQQGEwJCRzEQMA4GA1UE' ||
'CBMHUGxvdmRpdjEQMA4GA1UEBxMHUGxvdmRpdjEfMB0GA1UEChMWT3BlbkxpbmsgU29mdHdh' ||
'cmUgTHRkLjAeFw0wNDAxMjExNDA4MzhaFw0wNTAxMjAxNDA4MzhaMFIxCzAJBgNVBAYTAkJH' ||
'MRAwDgYDVQQIEwdQbG92ZGl2MRAwDgYDVQQHEwdQbG92ZGl2MR8wHQYDVQQKExZPcGVuTGlu' ||
'ayBTb2Z0d2FyZSBMdGQuMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDp4LEkZOl/Nbve' ||
'sKUYbJkYS615oB0nPbu3n0dCCC37xswbluBQcS+P/zHdvQZaWzWsluGpGctHzTYcD7+UkiLJ' ||
'Xrd+PddqkgfogqaW7/9jB2CJSA1paoJTqX6b06/KOi4Jj1WYHwkGOfiD+WybUWcX65gtaM52' ||
'OUoenVOy7v5zrwIDAQABo4GsMIGpMB0GA1UdDgQWBBTrS3v9pmTo/jCtrd9+7FBESXGVHDB6' ||
'BgNVHSMEczBxgBTrS3v9pmTo/jCtrd9+7FBESXGVHKFWpFQwUjELMAkGA1UEBhMCQkcxEDAO' ||
'BgNVBAgTB1Bsb3ZkaXYxEDAOBgNVBAcTB1Bsb3ZkaXYxHzAdBgNVBAoTFk9wZW5MaW5rIFNv' ||
'ZnR3YXJlIEx0ZC6CAQAwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQQFAAOBgQCCzqtd0ej6' ||
'f5NSORqyLlJ90L1FPAiF1lg+dFSatMpxbv6zPTK9qnHp3VWK0cPwK1GxxC3B2QyuhCIkeRs7' ||
'qymH8S6W9maUMIvLD1dDQFxKStgxJe0IDEIG9CygaDGsTpkPwq/qPqhRGamGeLO9GU8wPnUN' ||
'OleyHzY8Y4ZkCznSFQ==';
}
;
]]></programlisting>
<para>Fill server public key to table.</para>
<programlisting><![CDATA[
insert soft WST_SERVER_ISSUER_TOKENS (WSK_TOKEN_TYPE, WSK_REQUEST_TYPE, WSK_APPLIES_TO, WSK_FROM,
WSK_SERVICE_NAME, WSK_PORT_TYPE, WSK_TOKEN) values
('wsse:X509v3', 'wsse:ReqIssue', NULL,
'http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous', NULL, NULL,
server_pub_x509_key ())
;
]]></programlisting>
<para>Upload the server certificate</para>
<programlisting><![CDATA[
USER_KEY_LOAD ('ws_s_5', cert(), 'X.509', 'PKCS12', 'ws_s_5', null, 1)
;
reconnect WSE
;
]]></programlisting>
<para>Upload the client certificate</para>
<programlisting><![CDATA[
USER_KEY_LOAD ('ws_s_5', cert(), 'X.509', 'PKCS12', 'ws_s_5', null, 1)
;
checkpoint
;
]]></programlisting>
</example>
</sect1>
|