Open
Description
We ran into a bug in production because SAMLProviderConfig was pointing to an older version of a SAMLConfiguration. This is partially because SAMLProviderConfig only has a ForeignKey to SAMLConfiguration (updated permalink). We would like to have this automatically point to the latest version instead of requiring a manual update to ensure that SAMLConfigurations reflect the actual changes.