From 3d599b0c55034f142b5a996ac58963a7e665f15a Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Mon, 19 Dec 2016 20:51:51 +0000 Subject: [PATCH] Spelling error --- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Issuer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Issuer.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Issuer.pm index fc6728074..6a7e2f5a0 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Issuer.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Issuer.pm @@ -167,7 +167,7 @@ Lemonldap::NG::Portal::Main::Constants constant. A classic identity provider needs a "issuerDBEXXXEPath" parameter in LLNG configuration to declare its base URI path (see L). Example: /saml/. All requests that starts -with /saml/ will call run() after authenticatio if needed, and no one else. +with /saml/ will call run() after authentication if needed, and no one else. The logout() function is called when user asks for logout on this server. If you want to write an identity provider, you must implement a single logout -- GitLab