Hello, we already have a Laravel app with upto 5000 users now we want to add a Shopify store for the laravel app.
For authentication session consistency, we want users that are already signed-in on the laravel store not to necessarily sign-in on Shopify store inorder to access services requiring authentication (such as checkout ). How can we go about this ?
We are looking to do something similar. It looks like with shopify plus you can create a SAML sign on, and register your app as a custom provider (https://help.shopify.com/en/manual/organization-settings/security/saml).
Our solution uses craft CMS (https://saml-idp.flipboxfactory.com/) but there will be other IDP for laravel (see https://github.com/codegreencreative/laravel-samlidp)