We just upgrade our Python SDK to the latest and migrate our previous clerk.saml_connections.create to clerk.enterprise_connections.create and returned the success response to our UI.
After the migration our UI was showing some strange values for idp_sso_url and idp_entity_id: ~?~unset~?~sentinel~?~
After a quick debug I noticed the return from the new enterprise connection method is:
id='samlc_...', name='ASDF - Microsoft', idp_entity_id=Unset(), idp_sso_url=Unset(), idp_metadata_url=Unset(), ...
We just upgrade our Python SDK to the latest and migrate our previous
clerk.saml_connections.createtoclerk.enterprise_connections.createand returned the success response to our UI.After the migration our UI was showing some strange values for
idp_sso_urlandidp_entity_id:~?~unset~?~sentinel~?~After a quick debug I noticed the return from the new enterprise connection method is: