diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm index 3d2e14161..005223d7e 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm @@ -84,7 +84,7 @@ sub loadLasso { } ## @method boolean loadService() -# Load SAML service by creating a SAML server +# Load SAML service by creating a Lasso::Server # @return boolean result sub loadService { my $self = shift; @@ -239,7 +239,7 @@ sub loadSPs { return 0; } - # Store IDP entityID and Organization Name + # Store SP entityID and Organization Name my $entityID = $sp_metadata->{entityID}; my $name = $self->getOrganizationName( $self->{_lassoServer}, $entityID ) || ucfirst($_); @@ -1369,6 +1369,18 @@ and user information loading Load Lasso module +=head2 loadService + +Load SAML service by creating a Lasso::Server + +=head2 loadIDPs + +Load SAML identity providers + +=head2 loadSPs + +Load SAML service providers + =head2 checkLassoError Log Lasso error code and message if this is actually a Lasso::Error with code > 0