Hi @serenalugano ,
The OpenId Connect is currently in development, it should be release with Fab-manager v5.4 (in a few weeks). Concerning LDAP or Active Directory, for now I'm afraid we have no plans to support it. Concerning Azur, you can use the current oAuth2 connector.
There's no user-friendly way to import/export machines or other specific resources. But, you can migrate the whole databases and assets between two different machines using rsync (please be aware that the two machines must be running the same FM version):
ssh root@new.server.com
rsync -artz --info=progress2 --exclude 'docker-compose.yml' root@old.server.com:/apps/fabmanager/* /apps/fabmanager