Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Immerda Apps
iapi
Commits
07e1ebf9
Commit
07e1ebf9
authored
Oct 04, 2021
by
o@immerda.ch
Browse files
synapse really wants an uid assertion
parent
4b8f032c
Pipeline
#8945
passed with stage
in 2 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/iapi/saml.rb
View file @
07e1ebf9
...
...
@@ -82,6 +82,9 @@ SamlIdp.configure do |config|
name:
{
getter:
->
(
u
)
{
u
[
:email
]
},
},
uid:
{
getter:
->
(
u
)
{
u
[
:email
]
},
},
api_token:
{
getter:
->
(
u
)
{
u
[
:api_token
]
}
},
...
...
Write
Preview
Supports
Markdown
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