From f3c1db718ceb8a33f037924b3de6e9f3049cfdda Mon Sep 17 00:00:00 2001 From: Olivier Bacs Date: Wed, 7 Nov 2018 00:36:54 +0000 Subject: [PATCH] Update custom_authentication_provider.rst --- security/custom_authentication_provider.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/custom_authentication_provider.rst b/security/custom_authentication_provider.rst index bae38cee504..1c3b38cfe1d 100644 --- a/security/custom_authentication_provider.rst +++ b/security/custom_authentication_provider.rst @@ -14,7 +14,7 @@ How to Create a custom Authentication Provider Symfony provides support for the most :doc:`common authentication mechanisms `. However, your -app may need to integrated with some proprietary single-sing-on system or some +app may need to integrated with some proprietary single-sign-on system or some legacy authentication mechanism. In those cases you could create a custom authentication provider. This article discusses the core classes involved in the authentication process, and how to implement a custom authentication