Hi everyone I wonder if this scenario is doable using FusionAuth
I have my FusionAuth installed and two Applications, App A and App B
App A sign-in with FusionAuth through PHP using /api/login endpoint and that works great.
App B sign-in with FusionAuth using SAML as a service provider and also works great.
But I have a problem right now that is I would like that my already logged in users in App A can Sign-in in App B without entering username and password again, so that is basically SSO the question is there is any way to initiate an SSO session using the /api/login endpoint instead of using the standard hosted login page.
Thank you and you have a really wonderful product.