Skip to content
Snippets Groups Projects
Commit d24fd4c5 authored by Maxime Besson's avatar Maxime Besson
Browse files

Document potential side effect of #3229

parent 1416c6f1
No related branches found
No related tags found
No related merge requests found
Pipeline #35448 passed
......@@ -45,6 +45,14 @@ automatically refreshed. However, to improve user experience, you may want to
increase the *General Parameters* » *Second factors* » *Global options* »
*Login timeout* setting to increase the timeout.
Client secrets as GET parameters are no longer allowed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When calling the OIDC ``/oauth2/token`` endpoint, we no longer allow the
``client_secret`` parameter to be sent as an URL parameter. It has to be sent
either in the body (*client_secret_post*), or as part of and ``Authentication``
HTTP header (*client_secret_basic*).
U2F is no more supported
~~~~~~~~~~~~~~~~~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment