SAML Custom Login page multi tenant

Hello,

I set a Otka SAML Application with 2 SSO urls (using Requestable SSO Url), I also use an Angular 12 custom login form wich call :

  • https://{myOktadomain}/api/v1/authn with user credentials
  • https://{myOktadomain}/login/sessionCookieRedirect?checkAccountSetupComplete=true&token={token}&redirectUrl={redirectUrl} where redirect url is the App Embed Link

How can I specify the sso endpoint to be used?

Thanks in advance