lasso/docs
John Dennis 4544ea9e9d Add function to set protocol conformance
Lasso uses an internal private variable bound to the provider to
indicate which protocol the provider is servicing. It is vital this
value be correctly set because many Lasso routines used it to dispatch
to the appropriate protocol handlers.

Normally the provider's protocol conformance is set as a side-effect
of parsing the XML metadata that describes the provider (e.g. an SP or
IdP). However there are some providers (e.g. an ECP client) which do
not have metadata. For providers lacking metadata it is essential
there be a mechanism to set the protocol conformance otherwise the
library will malfunction.

The function comes with documentation that includes a clear warning
this is to be used only in limited circumstances.

Signed-off-by: John Dennis <jdennis@redhat.com>
License: MIT
2015-08-24 16:05:29 +02:00
..
lasso-book fix pkg-config typo. 2014-08-11 09:12:42 +02:00
reference Add function to set protocol conformance 2015-08-24 16:05:29 +02:00
Makefile.am docs/Makefile: always set DIST_SUBDIRS 2013-09-26 15:48:39 +02:00