This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
authentic2-auth-fc/tests
Benjamin Dauvergne afa48159bb api: add franceconnect information to user's API when ?full is used (fixes #21962)
The following field is added to user's attributes if FC plugin is
enabled and the "full" parameter is given to the user's API:

   "franceconnect": {
      "linked": true,
      "link_url": "https://idp/accounts/fc/callback/",
      "unlink_url": "https://idp/accounts/fc/unlink/"
   }
2018-02-20 11:10:06 +01:00
..
conftest.py allow fc unlinking through api (#15297) 2017-07-05 15:33:05 +02:00
settings.py validate id_token 2017-06-15 18:46:27 +02:00
test_api.py api: add franceconnect information to user's API when ?full is used (fixes #21962) 2018-02-20 11:10:06 +01:00
test_auth_fc.py views: show warning to users with a mail linked to another FC account (fixes #21292) 2018-02-15 13:03:40 +01:00