You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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").
0 commit comments