set entity ids here
This commit is contained in:
parent
962d079e60
commit
a0896a951f
1 changed files with 4 additions and 1 deletions
|
@ -206,7 +206,10 @@ class eidas_connector {
|
|||
ports => ['443:8443'],
|
||||
volumes => ['/var/log/eidas-connector:/var/log/eidas-connector',
|
||||
'/etc/eidas-connector:/etc/eidas-connector'],
|
||||
env => ["IDP_SERVER_HOSTNAME=$hostname","IDP_FTICKS_SALT=$idp_fticks_salt"]
|
||||
env => ["IDP_SERVER_HOSTNAME=$hostname",
|
||||
"IDP_ENTITY_ID=https://$hostname/eidas",
|
||||
"SP_ENTITY_ID=https://$hostname/idp/metadata/sp",
|
||||
"IDP_FTICKS_SALT=$idp_fticks_salt"]
|
||||
} ->
|
||||
class {'webserver': } ->
|
||||
class {'https_server': }
|
||||
|
|
Loading…
Add table
Reference in a new issue