Hey @Brandon_Kobel thank you for the reply , i want the user to log in only once in the angular app and not twice , because in my case after he logs in the web app the iframe that i used from kibana asks for user and password again. In my case the log in must be only on the angular app , so i thought maybe i could send the user and password to the iframe dynamically after the user log in on the web app, i don't know if it's possible or not . So to summarize things like you said i want the user who logged into kibana to be dynamic based on the user that is logged into the AngularJS.