Hi,
I am trying to use the authentication plugin in order to support authentication using JWT token. To be more specific, I want to have an iframe of galaxy inside a website. The problem is that I want galaxy to be secured(because it will be accessible from everyone), but when this request comes from iframe(where the user is already logged in), I did not want to ask for the galaxy credentials.
Furthermore, I want all the users that log in from iframe to map to the same “local” user in order to share the workflows.
I checked this documentation:
https://docs.galaxyproject.org/en/latest/admin/authentication.html#authentication-framework
But appears the only solution is by using a proxy.
Can I use Authentication Framework in order to implement this or I will have to use a proxy?
Thank you very much.