Embed dremio into my application

For my learning, I attempted to integrate the Dremio (community version) into my application using an iframe.

However, I am unable to bypass the login for Dremio, so I first need to log in to my application, and then I need to log in to Dremio to access it. So here I need to skip /bypass the Dremio login . How to achieve this?

@sabarivasan What application is this? When you say ifram do you mean the below?

An inline frame (iFrame) is an element that loads another HTML element inside of a web page . They are commonly used to embed specific content like external ads, videos, tags, or other interactive elements into the page.