Skip to content

Commit 402be21

Browse files
committed
text changed.
1 parent 9b1af10 commit 402be21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ITfoxtec.Identity.Saml2.MvcCore/Configuration/Saml2ServiceCollectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static class Saml2ServiceCollectionExtensions
1313
/// <param name="loginPath">Redirection target used by the handler.</param>
1414
/// <param name="slidingExpiration">If set to true the handler re-issue a new cookie with a new expiration time any time it processes a request which is more than halfway through the expiration window.</param>
1515
/// <param name="accessDeniedPath">If configured, access denied redirection target used by the handler.</param>
16-
/// <param name="sessionStore">Allow configuration of a custom ITicketStore in CookieAuthenticationOptions.</param>
16+
/// <param name="sessionStore">Allow configuration of a custom ITicketStore.</param>
1717
public static IServiceCollection AddSaml2(this IServiceCollection services, string loginPath = "/Auth/Login", bool slidingExpiration = false, string accessDeniedPath = null, ITicketStore sessionStore = null)
1818
{
1919
services.AddAuthentication(Saml2Constants.AuthenticationScheme)

0 commit comments

Comments
 (0)