Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sharelatex-docker-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tuc-latex
sharelatex-docker-image
Commits
89224214
Commit
89224214
authored
Nov 23, 2016
by
Shane Kilkelly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add options for saml firstName and lastName fields.
parent
5c40640d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
settings.coffee
settings.coffee
+3
-1
No files found.
settings.coffee
View file @
89224214
...
@@ -437,7 +437,9 @@ if process.env["SHARELATEX_SAML_ENTRYPOINT"]
...
@@ -437,7 +437,9 @@ if process.env["SHARELATEX_SAML_ENTRYPOINT"]
settings
.
externalAuth
=
true
settings
.
externalAuth
=
true
settings
.
saml
=
settings
.
saml
=
identityServiceName
:
process
.
env
[
"SHARELATEX_SAML_IDENTITY_SERVICE_NAME"
]
identityServiceName
:
process
.
env
[
"SHARELATEX_SAML_IDENTITY_SERVICE_NAME"
]
emailFieldName
:
process
.
env
[
"SHARELATEX_SAML_EMAIL_FIELD_NAME"
]
emailField
:
process
.
env
[
"SHARELATEX_SAML_EMAIL_FIELD"
]
||
process
.
env
[
"SHARELATEX_SAML_EMAIL_FIELD_NAME"
]
firstNameField
:
process
.
env
[
"SHARELATEX_SAML_FIRST_NAME_FIELD"
]
lastNameField
:
process
.
env
[
"SHARELATEX_SAML_LAST_NAME_FIELD"
]
server
:
server
:
# strings
# strings
entryPoint
:
process
.
env
[
"SHARELATEX_SAML_ENTRYPOINT"
]
entryPoint
:
process
.
env
[
"SHARELATEX_SAML_ENTRYPOINT"
]
...
...
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