We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c01a5 commit fd7b8eaCopy full SHA for fd7b8ea
security/access_token.rst
@@ -709,6 +709,10 @@ create your own User from the claims, you must
709
Using CAS 2.0
710
-------------
711
712
+.. versionadded:: 7.1
713
+
714
+ The support for CAS token handlers was introduced in Symfony 7.1.
715
716
`Central Authentication Service (CAS)`_ is an enterprise multilingual single
717
sign-on solution and identity provider for the web and attempts to be a
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:
732
733
.. configuration-block::
734
0 commit comments