Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openid_connect
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
openid_connect
Merge requests
!131
Added auto refresh expired tokens behavior which is configurable per OpenID Connect client
Code
Examiner les modifications
Extraire la branche
Ouvrir dans l'espace de travail
Télécharger
Correctifs
Diff brut
Étendre la barre latérale
Open
Added auto refresh expired tokens behavior which is configurable per OpenID Connect client
issue/openid_connect-3327440:3327440-store-and-use
into
3.x
Overview
0
Commits
10
Pipelines
12
Changes
11
Open
Added auto refresh expired tokens behavior which is configurable per OpenID Connect client
Filip Heymans
requested to merge
issue/openid_connect-3327440:3327440-store-and-use
into
3.x
11 months ago
Overview
0
Commits
10
Pipelines
12
Changes
11
0
0
Merge request reports
Compare
3.x
version 11
d91bc9eb
9 months ago
version 10
d85ab92e
9 months ago
version 9
d9b984fb
10 months ago
version 8
a9965fab
10 months ago
version 7
29f58f1b
10 months ago
version 6
1b8b548d
11 months ago
version 5
7a25dc0d
11 months ago
version 4
13319bf9
11 months ago
version 3
2dd254cb
11 months ago
version 2
4d11d8e4
11 months ago
version 1
1c83a75b
11 months ago
3.x (base)
and
latest version
latest version
d68b0d0c
10 commits,
8 months ago
version 11
d91bc9eb
9 commits,
9 months ago
version 10
d85ab92e
8 commits,
9 months ago
version 9
d9b984fb
7 commits,
10 months ago
version 8
a9965fab
6 commits,
10 months ago
version 7
29f58f1b
6 commits,
10 months ago
version 6
1b8b548d
5 commits,
11 months ago
version 5
7a25dc0d
4 commits,
11 months ago
version 4
13319bf9
3 commits,
11 months ago
version 3
2dd254cb
2 commits,
11 months ago
version 2
4d11d8e4
2 commits,
11 months ago
version 1
1c83a75b
1 commit,
11 months ago
11 files
+
330
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
config/schema/openid_connect.schema.yml
+
3
−
0
View file @ d68b0d0c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -68,6 +68,9 @@ openid_connect.client.plugin.*:
iss_allowed_domains
:
type
:
string
label
:
'
Domains
that
are
allowed
to
initiate
SSO
using
ISS'
auto_refresh_expired_tokens
:
type
:
boolean
label
:
'
Automatically
refresh
expired
tokens'
openid_connect.client.plugin.facebook
:
type
:
mapping
Loading