Verfiy and authenticate user to chronograf without login form

Is there any possible way where user can be verified and authenticated to chronograf without used of login form.
is there any http api for it ?

You can use the login form or OAuth.

The authentication docs can walk you through setting up OAuth.

Hi

thanks for the reply but my requirement is to maintain login session for user for chronograf instance by passing some authentication token to chronograf. So is there any way through which I can pass this authentication token obtained from auth0 Api and pass it to chronograf callback URL so it maintain user session.

I haven’t seen anything like that. This seems like it would cause security issues.