mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Use the DEFAULT_URI setting for SAML base url instead of auto determining it.
This should fix issue #436
This commit is contained in:
parent
3e13a0d9d9
commit
60f8e754c2
2 changed files with 3 additions and 2 deletions
|
@ -32,7 +32,7 @@ nbgrp_onelogin_saml:
|
|||
privateKey: '%env(string:default:saml.sp.privateKey:string:SAMLP_SP_PRIVATE_KEY)%'
|
||||
|
||||
# Optional settings
|
||||
#baseurl: 'http://myapp.com'
|
||||
baseurl: '%partdb.default_uri%saml/'
|
||||
strict: true
|
||||
debug: false
|
||||
security:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue