Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Restart when shibboleth2.xml or other Shibboleth configuration files are modified.

 {color:000000}

sudo -u root bash

service shibd (re)start

service httpd (re)start

...

sudo -u root bash

service httpd (re)start


object AggregateWebClientConfig {
def apply(webClientConfig: WebClientConfig): AggregateWebClientConfig = {
val domain: String = webClientConfig.domain.getOrElse(ConfigSource.config.getString("shrine.i2b2Domain"))
val name: String = webClientConfig.name.getOrElse(ConfigSource.config.getString("shrine.i2b2ShrineProjectName"))

AggregateWebClientConfig(
domain = domain,