Migrating to LDAP or SAML
Switching from native authentication
# Alice
{
_id: '123',
email: 'alice@example.com'
first_name: 'Alice',
last_name: 'Jones'
}Alice:
- uid: 'alicejones'
- mail: 'alicejones@tech.example.com'
- givenName: 'Alice'
- sn: 'Jones'Going the other way: Switching from LDAP/SAML back to native authentication
Last updated
Was this helpful?


