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
Container Registry
Model registry
Operate
Environments
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
LemonLDAP NG
lemonldap-ng
Merge requests
!436
Draft: OpenID Connect Native SSO for Mobile Apps (
#2902
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: OpenID Connect Native SSO for Mobile Apps (
#2902
)
2902-native-sso-for-mobile-app
into
v2.0
Overview
25
Commits
24
Pipelines
33
Changes
30
Open
Yadd
requested to merge
2902-native-sso-for-mobile-app
into
v2.0
1 year ago
Overview
13
Commits
24
Pipelines
33
Changes
30
Expand
0
0
Merge request reports
Compare
v2.0
version 32
8cce1284
4 months ago
version 31
91197a63
5 months ago
version 30
7813ad02
5 months ago
version 29
b8bd3d0a
5 months ago
version 28
b62b811a
5 months ago
version 27
ed2db664
6 months ago
version 26
3cf58572
6 months ago
version 25
19db85f5
7 months ago
version 24
8bf91802
7 months ago
version 23
04d62f99
7 months ago
version 22
020d6e1d
10 months ago
version 21
e7ac2d71
10 months ago
version 20
9081f8f3
10 months ago
version 19
76b7064f
10 months ago
version 18
02aaaa16
10 months ago
version 17
3185fa92
10 months ago
version 16
54e9cf57
10 months ago
version 15
071deeba
10 months ago
version 14
d9ea078c
10 months ago
version 13
75f9ef09
10 months ago
version 12
6299a20d
1 year ago
version 11
35196f57
1 year ago
version 10
b1842f39
1 year ago
version 9
6731fc73
1 year ago
version 8
9be84a61
1 year ago
version 7
25ec58fb
1 year ago
version 6
fb42c543
1 year ago
version 5
54fc9728
1 year ago
version 4
7fe26a52
1 year ago
version 3
ffa2216f
1 year ago
version 2
bcb6688d
1 year ago
version 1
cbf11c20
1 year ago
v2.0 (base)
and
latest version
latest version
0ba0f1bc
24 commits,
1 week ago
version 32
8cce1284
23 commits,
4 months ago
version 31
91197a63
22 commits,
5 months ago
version 30
7813ad02
21 commits,
5 months ago
version 29
b8bd3d0a
20 commits,
5 months ago
version 28
b62b811a
19 commits,
5 months ago
version 27
ed2db664
18 commits,
6 months ago
version 26
3cf58572
17 commits,
6 months ago
version 25
19db85f5
16 commits,
7 months ago
version 24
8bf91802
15 commits,
7 months ago
version 23
04d62f99
15 commits,
7 months ago
version 22
020d6e1d
16 commits,
10 months ago
version 21
e7ac2d71
18 commits,
10 months ago
version 20
9081f8f3
17 commits,
10 months ago
version 19
76b7064f
16 commits,
10 months ago
version 18
02aaaa16
15 commits,
10 months ago
version 17
3185fa92
14 commits,
10 months ago
version 16
54e9cf57
13 commits,
10 months ago
version 15
071deeba
12 commits,
10 months ago
version 14
d9ea078c
11 commits,
10 months ago
version 13
75f9ef09
10 commits,
10 months ago
version 12
6299a20d
10 commits,
1 year ago
version 11
35196f57
11 commits,
1 year ago
version 10
b1842f39
10 commits,
1 year ago
version 9
6731fc73
9 commits,
1 year ago
version 8
9be84a61
8 commits,
1 year ago
version 7
25ec58fb
7 commits,
1 year ago
version 6
fb42c543
6 commits,
1 year ago
version 5
54fc9728
5 commits,
1 year ago
version 4
7fe26a52
6 commits,
1 year ago
version 3
ffa2216f
5 commits,
1 year ago
version 2
bcb6688d
4 commits,
1 year ago
version 1
cbf11c20
2 commits,
1 year ago
30 files
+
579
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
doc/sources/admin/idpopenidconnect.rst
+
3
−
0
Options
@@ -254,6 +254,9 @@ Options
https://openid.net/specs/openid-connect-core-1_0.html#OfflineAccess
for details. These offline sessions can be administered through
the Session Browser.
- **Allow Native SSO for Mobile Apps** (since version ``2.19.0``): Allow
relying party to request a **device_secret**. See
https://openid.net/specs/openid-connect-native-sso-1_0.html for details.
- **Allow OAuth2.0 Password Grant** (since version ``2.0.8``): Allow the use of
the :ref:`Resource Owner Password Credentials Grant <resource-owner-password-grant>` by this client.
This feature only works if you have configured a form-based authentication module.
Loading