Exclude auth endpoint from sso in zammad
This commit is contained in:
parent
ea619152e3
commit
1da57aedef
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ zammad-test.cert.sunet.se:
|
|||
- 'sunet-cert'
|
||||
entity_id: 'https://test-sso-proxy.cert.sunet.se/idp'
|
||||
user_header: 'Remote-User'
|
||||
passthrough: ['/api', '/oauth']
|
||||
passthrough: ['/api', '/oauth', '/auth']
|
||||
extra_proxy_conf: '/opt/zammad/zammad-apache.conf'
|
||||
|
||||
internal-sto3-test-rsyslog-1.cert.sunet.se:
|
||||
|
|
Loading…
Add table
Reference in a new issue