File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -709,6 +709,10 @@ create your own User from the claims, you must
709709Using CAS 2.0
710710-------------
711711
712+ .. versionadded :: 7.1
713+
714+ The support for CAS token handlers was introduced in Symfony 7.1.
715+
712716`Central Authentication Service (CAS) `_ is an enterprise multilingual single
713717sign-on solution and identity provider for the web and attempts to be a
714718comprehensive platform for your authentication and authorization needs.
@@ -724,7 +728,7 @@ haven't installed it yet, run this command:
724728
725729 $ composer require symfony/http-client
726730
727- You can configure a ``cas `` `` token_handler `` :
731+ You can configure a ``cas `` token handler as follows :
728732
729733.. configuration-block ::
730734
You can’t perform that action at this time.
0 commit comments