@@ -20,7 +20,7 @@ be configured with a SAML2 frontend and an SAML2 backend.
20
20
mkdir -p saml2-social/plugins
21
21
cp example/{proxy_conf.yaml.example,internal_attributes.yaml.example} saml2-social/
22
22
cp example/plugins/frontends/saml2_frontend.yaml.example saml2-social/plugins/
23
- cp example/plugins/backends/saml2_backend .yaml.example saml2-social/plugins/
23
+ cp example/plugins/backends/{facebook,google}_backend .yaml.example saml2-social/plugins/
24
24
```
25
25
26
26
1 . Configure the proxy:
@@ -36,7 +36,8 @@ be configured with a SAML2 frontend and an SAML2 backend.
36
36
configuration parameter values:
37
37
` ` ` yaml
38
38
BACKEND_MODULES:
39
- - saml2-social/plugins/saml2_backend.yaml
39
+ - saml2-social/plugins/facebook_backend.yaml
40
+ - saml2-social/plugins/google_backend.yaml
40
41
FRONTEND_MODULES:
41
42
- saml2-social/plugins/saml2_frontend.yaml
42
43
` ` `
@@ -53,13 +54,14 @@ be configured with a SAML2 frontend and an SAML2 backend.
53
54
54
55
1. Configure the plugins
55
56
1. Rename ` plugins/saml2_frontend.yaml.example` to ` plugins/saml2_frontend.yaml`
56
- and ` plugins/saml2_backend .yaml.example` to ` plugins/saml2_backend .yaml`
57
+ and ` plugins/{facebook,google}_backend .yaml.example` to ` plugins/{facebook,google}_backend .yaml`
57
58
` ` ` bash
58
59
mv plugins/saml2_frontend.yaml.example plugins/saml2_frontend.yaml
59
- mv plugins/saml2_backend.yaml.example plugins/saml2_backend.yaml
60
+ mv plugins/facebook_backend.yaml.example plugins/facebook_backend.yaml
61
+ mv plugins/google_backend.yaml.example plugins/google_backend.yaml
60
62
` ` `
61
63
62
- 1. Open saml2_frontend.yaml; Change the ** module** attribute to the ** satosa.frontends.saml2.SAMLMirrorFrontend**
64
+ 1. In ` saml2_frontend.yaml` : Change the ` module` configuration parameter to ` satosa.frontends.saml2.SAMLMirrorFrontend` .
63
65
1. Specify the necessary configuration parameters, see the [Plugins](README.md#plugins) section
64
66
of the proxy configuration instructions for more information.
65
67
0 commit comments