Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit bf8a63b

Browse files
committed
Add documentation
1 parent 9c0f7db commit bf8a63b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/source/contents/conf.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,27 @@ An example::
8484
}
8585
}
8686

87+
The provided add-ons can be seen in the following sections.
88+
89+
pkce
90+
####
91+
92+
The pkce add on is activated using the ``oidcop.oidc.add_on.pkce.add_pkce_support``
93+
function. The possible configuration options can be found below.
94+
95+
essential
96+
---------
97+
98+
Whether pkce is mandatory, authentication requests without a ``code_challenge``
99+
will fail if this is True. This option can be overridden per client by defining
100+
``pkce_essential`` in the client metadata.
101+
102+
code_challenge_method
103+
---------------------
104+
105+
The allowed code_challenge methods. The supported code challenge methods are:
106+
``plain, S256, S384, S512``
107+
87108
--------------
88109
authentication
89110
--------------

0 commit comments

Comments
 (0)