File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ USE_GRAVATAR=0
46
46
# Please note that the php.ini setting upload_max_filesize also limits the maximum size of uploaded files
47
47
MAX_ATTACHMENT_FILE_SIZE = " 100M"
48
48
49
- # The public reachable URL of this Part-DB installation. This is used for generating links to the website in emails and so on
49
+ # The public reachable URL of this Part-DB installation. This is used for generating links in SAML and email templates
50
50
# This must end with a slash!
51
51
DEFAULT_URI = " https://partdb.changeme.invalid/"
52
52
@@ -181,6 +181,7 @@ EDA_KICAD_CATEGORY_DEPTH=0
181
181
# SAML Single sign on-settings
182
182
# ##################################################################################
183
183
# Set this to 1 to enable SAML single sign on
184
+ # Be also sure to set the correct values for DEFAULT_URI
184
185
SAML_ENABLED = 0
185
186
186
187
# Set to 1, if your Part-DB installation is behind a reverse proxy and you want to use SAML
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ nbgrp_onelogin_saml:
32
32
privateKey : ' %env(string:default:saml.sp.privateKey:string:SAMLP_SP_PRIVATE_KEY)%'
33
33
34
34
# Optional settings
35
- # baseurl: 'http://myapp.com '
35
+ baseurl : ' %partdb.default_uri%saml/ '
36
36
strict : true
37
37
debug : false
38
38
security :
You can’t perform that action at this time.
0 commit comments