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
709
709
Using CAS 2.0
710
710
-------------
711
711
712
+ .. versionadded :: 7.1
713
+
714
+ The support for CAS token handlers was introduced in Symfony 7.1.
715
+
712
716
`Central Authentication Service (CAS) `_ is an enterprise multilingual single
713
717
sign-on solution and identity provider for the web and attempts to be a
714
718
comprehensive platform for your authentication and authorization needs.
@@ -724,7 +728,7 @@ haven't installed it yet, run this command:
724
728
725
729
$ composer require symfony/http-client
726
730
727
- You can configure a ``cas `` `` token_handler `` :
731
+ You can configure a ``cas `` token handler as follows :
728
732
729
733
.. configuration-block ::
730
734
You can’t perform that action at this time.
0 commit comments