Session Cookie with Custom Realm Plugin (kibana or es directly)

I have created a simple realm plugin and I am not seeing a session cookie being created when authenticating.

Is there something special I need to do in the plugin to support the sessions? Which method in the interface is supposed to do this? The basic auth example on github is not clear.

According to: https://github.com/elastic/kibana/issues/3904 I should see the browser getting a cookie with username:password:timestamp

There is also a property to support shield.sessionTimeout in kibana.yml ?

Thanks in advance!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.