Function migrate_auth_to_saml

Source
pub async fn migrate_auth_to_saml(
    configuration: &Configuration,
    migrate_auth_to_saml_request: Option<MigrateAuthToSamlRequest>,
) -> Result<(), Error<MigrateAuthToSamlError>>
Expand description

Migrates accounts from one authentication provider to another. For example, you can upgrade your authentication provider from email to SAML. Minimum server version: 5.28 ##### Permissions Must have manage_system permission.