This commit is contained in:
Maxime Besson 2021-03-10 15:55:13 +01:00
parent f260d941e3
commit 8cc326adf1
3 changed files with 12 additions and 10 deletions

View File

@ -12,8 +12,9 @@ Just enable it in the manager (section “plugins”).
- **Activation**: Enable / Disable this plugin
- **Download file**: Allow users to download DevOps file from a remote server by
ptroviding an URL (By example: http://myapp.example.com:8080). Plugin will try to
retrieve remote file by sending a request (i.e. http://myapp.example.com:8080/rules.json)
providing an URL (By example: http://myapp.example.com:8080). Plugin will
try to retrieve remote file by sending a request (i.e.
http://myapp.example.com:8080/rules.json)
Usage
-----
@ -51,4 +52,4 @@ access rules and headers:
Be careful to not display secret attributes.
checkDevOps plugin uses hidden attributes option.
checkDevOps plugin uses hidden attributes option.

View File

@ -25,16 +25,17 @@ Just enable it in the Manager (section “plugins”). Then, set searching attri
.. note::
You can provide a 'multiValuesSeparator' separated list of allowed searching values that will be displayed as an HTML <select> list.
You can provide a 'multiValuesSeparator' separated list of allowed searching values that will be displayed as an HTML <select> list ::
attribute#placeholder[#empty] => value1; placeholder1; value2; placeholder2
attribute#placeholder[#empty] => value1; placeholder1; value2; placeholder2
- By example:
uid#Identity => dwho; Dr Who; rtyler; Rose Tyler; msmith; Mr Smith
For example ::
uid#Identity#1 => dwho; Dr Who; rtyler; Rose Tyler (allow empty value)
uid#Identity => dwho; Dr Who; rtyler; Rose Tyler; msmith; Mr Smith
Entries are sorted by alphabetical order.
uid#Identity#1 => dwho; Dr Who; rtyler; Rose Tyler (allow empty value)
Entries are sorted by alphabetical order.
.. attention::

View File

@ -321,7 +321,7 @@ Options
for details. These offline sessions can be administered through
the Session Browser.
- **Allow OAuth2.0 Password Grant** (since version ``2.0.8``): Allow the use of the :ref:`Resource Owner Password Credentials Grant <resource-owner-password-grant>` by this client. This feature only works if you have configured a form-based authentication module.
- **Allow OAuth2.0 Client Credentials Grant** (since version ``2.0.11``): Allow the use of the :ref:`Resource Owner Password Credentials Grant <client-credentials-grant>` by this client.
- **Allow OAuth2.0 Client Credentials Grant** (since version ``2.0.11``): Allow the use of the :ref:`Client Credentials Grant <client-credentials-grant>` by this client.
- **Authentication Level**: required authentication level to access this application
- **Access Rule**: lets you specify a :doc:`Perl rule<rules_examples>` to restrict access to this client