Commit c86c9c2
fix: metadata_creation: for SAML backend, use sp.config to render metadata
... because SAMLBackend modifies the config (adding encryption_keypairs to config)
and this modified config is stored under sp.config.
Otherwise, metadata created via the metadata-creation scripts (satosa-saml-metadata)
would be missing encryption keys (KeyDescriptor use="encryption").1 parent 58f9381 commit c86c9c2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments