Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c43d19f8
Commit
c43d19f8
authored
Jan 06, 2021
by
Joerg Mattiello
Committed by
mjoe
Jan 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small typo fixed, it is 'info_map' not 'info_maps'
parent
a034790d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/administration/auth/jwt.md
doc/administration/auth/jwt.md
+1
-1
No files found.
doc/administration/auth/jwt.md
View file @
c43d19f8
...
...
@@ -38,7 +38,7 @@ JWT will provide you with a secret key for you to use.
algorithm:
'HS256'
,
# Supported algorithms: 'RS256', 'RS384', 'RS512', 'ES256', 'ES384', 'ES512', 'HS256', 'HS384', 'HS512'
uid_claim:
'email'
,
required_claims:
[
'name'
,
'email'
],
info_map
s
:
{
name:
'name'
,
email:
'email'
},
info_map:
{
name:
'name'
,
email:
'email'
},
auth_url:
'https://example.com/'
,
valid_within:
3600
# 1 hour
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment