Migrating to LDAP or SAML
{
_id: '123',
email: '[email protected]'
first_name: 'Alice',
last_name: 'Jones'
}Alice:
- uid: 'alicejones'
- mail: '[email protected]'
- givenName: 'Alice'
- sn: 'Jones'Going the other way: Switching from LDAP/SAML back to native authentication
Last updated
Was this helpful?