Skip to content

Commit

Permalink
minor #3368 HTTP Basic Auth Documentation (ragboyjr)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.0.x-dev branch.

Discussion
----------

HTTP Basic Auth Documentation

- Added some documentation around the link to logout
  with limitations around schemes that don't have a
  default logout provider.

Signed-off-by: RJ Garcia <ragboyjr@icloud.com>

Commits
-------

9a56bed HTTP Basic Auth Documentation
  • Loading branch information
javiereguiluz committed Jun 23, 2020
2 parents f01d0aa + 9a56bed commit 98e9f8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"restructuredtext.confPath": "${workspaceFolder}/vendor/doctrine/orm/docs/en"
}
8 changes: 8 additions & 0 deletions doc/dashboards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,14 @@ URL for the current security firewall automatically::
];
}

.. note::

The logout menu item will not work under certain authentication schemes like HTTP Basic because they do not have a
default logout path configured due to the nature of how those auth schemes work. If you encounter an error like
``Unable to find the current firewall LogoutListener, please provide the provider key manually.``, you'll need to
remove the linkToLogout or add a logout provider to your authentication scheme.


Exit Impersonation Menu Item
............................

Expand Down

0 comments on commit 98e9f8f

Please sign in to comment.