Closed Ir1Ka closed 2 years ago
There is currently no logout button. The demo only supports automatic login, but normally would prompt for credentials interactively via HTTP basic auth. So, any request on the same server that comes back with HTTP 401 will log you out.
If you'd like to experiment, comment out BIND_DN
in docker-demo/docker-compose.yml
and restart the container. See docker-demo/env.demo
for additional credentials.
That's pretty much only for local administration (bind localhost).
Thanks.
I noticed that there is no logout menu or button in the page.
Does it only support automatic login?