How can we bypass the login when hitting the saml web app addons to generate a saml response

My use case is, a user logged in the application and want to send the saml response to some external IDP, so when I initiated the saml call (https://{auth.domain}/samlp/{clientId}), is redirected to the login page but the user is already logged in the application. so how can I bypass the login and generate the saml response directly

1 Like

Hi,
Have you found any solution for this? I am also trying to get samlp response from react native app.

i have the similar scenario, can someone help with this?