Compare commits
2 commits
da2d2bdf04
...
f8c1cc16f5
Author | SHA1 | Date | |
---|---|---|---|
f8c1cc16f5 | |||
ab20732218 |
3 changed files with 4 additions and 15 deletions
|
@ -50,7 +50,7 @@ class soc::sso(
|
||||||
Optional[String] $extra_proxy_conf = undef,
|
Optional[String] $extra_proxy_conf = undef,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
if $ssotype == "docker" {
|
if $ssotype == 'docker' {
|
||||||
file { '/opt/sso':
|
file { '/opt/sso':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
}
|
}
|
||||||
|
|
|
@ -107,6 +107,7 @@ saml2_frontend:
|
||||||
- metadata/graylog-dev.xml
|
- metadata/graylog-dev.xml
|
||||||
- metadata/rt-test.xml
|
- metadata/rt-test.xml
|
||||||
- metadata/zammad-test.xml
|
- metadata/zammad-test.xml
|
||||||
|
- metadata/zammad-app.xml
|
||||||
entityid: https://test-sso-proxy.cert.sunet.se/idp
|
entityid: https://test-sso-proxy.cert.sunet.se/idp
|
||||||
service:
|
service:
|
||||||
idp:
|
idp:
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue