diff --git a/docs/reference/lasso/lasso-docs.sgml b/docs/reference/lasso/lasso-docs.sgml index e92d447e..b71fefcf 100644 --- a/docs/reference/lasso/lasso-docs.sgml +++ b/docs/reference/lasso/lasso-docs.sgml @@ -213,7 +213,7 @@ the GNU General Public License< SAML 2.0 Single Sign On profiles - The profile LassoLogin and LassoLogout are shared between SAML + The profile LassoLogin and LassoLogout are shared between SAML 2.0 and ID-FF 1.2, depending on the declared protocol support, Lasso will create request respecting the chosen standard. Beware that initialization of the LassoLogin object, after construction, diff --git a/docs/reference/lasso/lasso-sections.txt b/docs/reference/lasso/lasso-sections.txt index 74d998a5..cdd019fa 100644 --- a/docs/reference/lasso/lasso-sections.txt +++ b/docs/reference/lasso/lasso-sections.txt @@ -220,7 +220,6 @@ LASSO_LECP_GET_CLASS
login -LassoLoginProtocolProfile LassoLogin LassoLogin lasso_login_new diff --git a/lasso/id-ff/profile.c b/lasso/id-ff/profile.c index bc9a65d1..768c3ea2 100644 --- a/lasso/id-ff/profile.c +++ b/lasso/id-ff/profile.c @@ -675,7 +675,7 @@ lasso_profile_set_soap_fault_response(LassoProfile *profile, const char *faultco * * Return value: #LASSO_PROVIDER_ROLE_NONE if nothing can be said, #LASSO_PROVIDER_ROLE_SP if a * federation qualifier by @remote_provider_id exists or #LASSO_PROVIDER_ROLE_IDP if a federation - * qualifier by our own #LassoProvider.providerID exists. + * qualifier by our own #LassoProvider.ProviderID exists. */ LassoProviderRole lasso_profile_sso_role_with(LassoProfile *profile, const char *remote_provider_id) { diff --git a/lasso/id-ff/profile.h b/lasso/id-ff/profile.h index d04f1727..096d2f92 100644 --- a/lasso/id-ff/profile.h +++ b/lasso/id-ff/profile.h @@ -139,6 +139,9 @@ typedef enum { * HTTP-Post binding), the body of the POST will be in this field, * @msg_relayState: put there the relaystate to put in the genereated URL for HTTP-Redirect or * HTTP-Get binding. + * @signature_status: result of the last signature validation. + * @identity: the state of federation linking for the current user. + * @session: the state of global SSO session for the current user. * * #LassoProfile, child class of #LassoNode is the basis object of profiles object like #LassoLogin, #LassoLogout, * #LassoDefederation, #LassoNameIdentifierMapping, #LassoNameRegistration, #LassoNameIdManagement diff --git a/lasso/xml/strings.h b/lasso/xml/strings.h index 391ffb67..7c7be759 100644 --- a/lasso/xml/strings.h +++ b/lasso/xml/strings.h @@ -626,7 +626,7 @@ * LASSO_LIB_NAME_IDENTIFIER_FORMAT_FEDERATED: * * Federated name identifier constant, used in - * #LassoNameIdentifier. It implies the name identifier belongs to + * #LassoSamlNameIdentifier. It implies the name identifier belongs to * a federation established between SP and IdP. */ #define LASSO_LIB_NAME_IDENTIFIER_FORMAT_FEDERATED "urn:liberty:iff:nameid:federated" @@ -634,14 +634,14 @@ /** * LASSO_LIB_NAME_IDENTIFIER_FORMAT_ONE_TIME: * - * "One-time" name identifier constant, used in #LassoNameIdentifier. + * "One-time" name identifier constant, used in #LassoSamlNameIdentifier. */ #define LASSO_LIB_NAME_IDENTIFIER_FORMAT_ONE_TIME "urn:liberty:iff:nameid:one-time" /** * LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENCRYPTED: * - * "Encrypted" name identifier constant, used in #LassoNameIdentifier. + * "Encrypted" name identifier constant, used in #LassoSamlNameIdentifier. */ #define LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENCRYPTED "urn:liberty:iff:nameid:encrypted" #define LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENTITYID "urn:liberty:iff:nameid:entityID"