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
nginx send auth request to LDAP service on each call content from /private resource
I want to save authenticate result for client, for 6 hours, for example.
Supposed solution
Save result of LDAP authentication in Token or Session(Session based or Token Based authentication), but i don't understand where should to realize that. Now i think, i should change nginx-ldap-auth/nginx-ldap-auth-daemon.py for return token after success LDAP authentication.
The text was updated successfully, but these errors were encountered:
FedorSabeshkin
changed the title
Manage auth result
Manage auth result (Session based or Token Based authentication)
Jun 25, 2021
Description:
nginx-ldap-auth
, like this instructions/private
resourceSupposed solution
Save result of LDAP authentication in Token or Session(Session based or Token Based authentication), but i don't understand where should to realize that. Now i think, i should change
nginx-ldap-auth/nginx-ldap-auth-daemon.py
for return token after success LDAP authentication.The text was updated successfully, but these errors were encountered: