You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good morning, I have some questions about how next auth can help me, I want to use next-auth to manage my users with the LDAP protocol. When the user logs in, create the session, but do not have email validation or user creation... Because users will use Active Directory
And how to set a session time limit, for example 3 hours.
This would be more or less my data that will be returned from the user:
{
accountName: 'admin',
name: 'Administrator',
email: 'null or email',
memberOf: ['Array with groups that I will manage permissions with CALS']
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good morning, I have some questions about how next auth can help me, I want to use next-auth to manage my users with the LDAP protocol. When the user logs in, create the session, but do not have email validation or user creation... Because users will use Active Directory
And how to set a session time limit, for example 3 hours.
This would be more or less my data that will be returned from the user:
Beta Was this translation helpful? Give feedback.
All reactions