Mapping strategy for the migration. This is used to transform the ids between the source and destination providers. For the transformation, the order of the operations is: 1. Trim the prefix and suffix from the destination id. 2. Add the prefix and suffix to the destination id. When a user is authenticated in the destination provider, the id is transformed using the mapping strategy to find if exists in the source provider. If the id is not found, the user is created in the destination provider. If the id is found, the user in the destination provider is linked to the source provider.
Mapping strategy for the migration. This is used to transform the ids between the source and destination providers. For the transformation, the order of the operations is: 1. Trim the prefix and suffix from the destination id. 2. Add the prefix and suffix to the destination id. When a user is authenticated in the destination provider, the id is transformed using the mapping strategy to find if exists in the source provider. If the id is not found, the user is created in the destination provider. If the id is found, the user in the destination provider is linked to the source provider.