Skip to content

Commit

Permalink
authentication type methods docs (apache#10378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hossein Torabi authored Aug 3, 2020
1 parent ab404ea commit 825f993
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,9 @@ possible to create a situation where two roles conflict in such a way as to
limit a table subset to empty. For example, the filters ``client_id=4`` and
and ``client_id=5``, applied to a role, will result in users of that role having
``client_id=4 AND client_id=5`` added to their query, which can never be true.

Supported Authentication Types
""""""""""""""""""""""""""""""
Superset has been written on top of `Flask-AppBuilder <https://flask-appbuilder.readthedocs.io/en/latest/>`_, So it uses the Authentication Types that Flask-ApBuilder.
Fore more detail please follow this link:
`Supported Authentication Types on Flask-AppBuilder <https://flask-appbuilder.readthedocs.io/en/latest/security.html#supported-authentication-types>`_

0 comments on commit 825f993

Please sign in to comment.