Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lemonldap-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Abhishek Pai
lemonldap-ng
Commits
d24fd4c5
Commit
d24fd4c5
authored
1 week ago
by
Maxime Besson
Browse files
Options
Downloads
Patches
Plain Diff
Document potential side effect of
#3229
parent
1416c6f1
No related branches found
No related tags found
No related merge requests found
Pipeline
#35448
passed
6 days ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/sources/admin/upgrade_2_x.rst
+8
-0
8 additions, 0 deletions
doc/sources/admin/upgrade_2_x.rst
with
8 additions
and
0 deletions
doc/sources/admin/upgrade_2_x.rst
+
8
−
0
View file @
d24fd4c5
...
...
@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment