Petr Michalec | e710384 | 2017-02-02 07:21:01 +0100 | [diff] [blame] | 1 | classes: |
2 | - service.shibboleth.server.cluster | ||||
3 | parameters: | ||||
4 | keystone: | ||||
5 | server: | ||||
6 | websso: | ||||
7 | protocol: saml2 | ||||
8 | remote_id_attribute: Shib-Identity-Provider | ||||
9 | federation_driver: keystone.contrib.federation.backends.sql.Federation | ||||
10 | trusted_dashboard: | ||||
11 | - https://${_param:cluster_public_host}/auth/websso/ | ||||
12 | - https://${_param:proxy_vip_host}/auth/websso/ | ||||
13 | auth_methods: | ||||
14 | - saml2 | ||||
15 | - external |