We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443d8a0 commit 88e7551Copy full SHA for 88e7551
doc/client-applications.rst
@@ -90,8 +90,8 @@ model. Let us suppose your application have a ``/authorize`` endpoint for the au
90
91
.. note::
92
93
- Canaille has a :attr:`~canaille.oidc.basemodels.Client.trusted` parameter.
94
- When it is :data:`True` for a client, end-users won't be showed a consent page
+ Clients have a :attr:`~canaille.oidc.basemodels.Client.trusted` parameter.
+ When it is :data:`True`, end-users won't be showed a consent page
95
when the client redirect them to the IAM authorization page.
96
97
Note that the IAM implements the `OAuth2/OIDC dynamic client registration protocol <https://datatracker.ietf.org/doc/html/rfc7591>`_,
0 commit comments