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
AITGPT needs to have authentication.
What we believe is that integrating with AITSIS will be done via LDAP.
However, we also want AITGPT to be able to integrate via other standard authentication protocols.
To do
Implement authentication logic with user model (id, name, group/role)
Binding authentication with LDAP
Binding authentication with other service (will discuss later)
Issue
AITGPT needs to have authentication.
What we believe is that integrating with AITSIS will be done via LDAP.
However, we also want AITGPT to be able to integrate via other standard authentication protocols.
To do