Is there an easy way to integrate with Shopify Multipass?
Thanks
Is there an easy way to integrate with Shopify Multipass?
Thanks
From the looks of it you would need a custom auth plugin. Is there any reason you prefer this over existing OAuth 2 support they also provide?
Does it offer the same functionality? If so then no other reason than I didn’t know about it!
Although it seems the oauth2 isn’t available on your lower hosted packages if I’m correct?
Yeah our generic OAuth 2 plugin would be business and up, multi pass would require enterprise though and custom work
So I guess the best option is to go self hosted then.
Can we do OAuth2 on self hosted?
You can do literally anything self-hosted, provided you have sufficient time and engineering expertise!
Sure but is there an OAuth plugin?
Did you get this to work?
Note for future visitors, Shopify’s OAuth2 integration is for store-owners only, not end users
Multipass support might be possible with a custom plugin, but note it is not quite “SSO” in the conventional sense. I believe multipass goes the other way - it would allow people to click a link on the forum and be automatically logged into the shopify store.
This is where you want to talk to The Pavilion (@Angus) about an integration between Shopify and Discourse.
I saw you had an old marketplace post here
Did you/pavillion manage to get true SSO working with Shopify as the identity provider? If so, awesome! (and also I’d love to know which APIs you used to achieve it
)
Angus did pull it off, but by using Auth0 as the identity provider.
Cool! Does Auth0 use Shopify as the identity provider? Or has Shopify been configured to use Auth0 as the identity provider?
I’ll let @Angus step in with all the technical answers. He’s great to work with!
Auth0 is the identity provider.
Multipass is a great option if it’s available, but as mentioned, it’s an enterprise solution, i.e. you need to have Shopify Plus. If you’re using Multipass and Auth0 (or another identity provider) this is relatively straightforward. As to integrating multipass directly with Discourse (i.e. the original question), you’d need to build a plugin, but it wouldn’t be too hard.
In @outofthebox’s case Multipass wasn’t available. I implemented it using a shopify theme, Auth0 Single Page App SDK and a number of Auth0 rules. It’s somewhat involved. I hope to publish it at some point, but we’ll see.
There is probably scope for a Shopify Discourse App actually which would make this somewhat easier. I started to build it at one point, but found a more efficient way for the goal at hand.
上面提到的代码可以在这里找到,以及详细的自述文件。
请注意自述文件中的警告。除非您了解此实现的作用,否则不建议您进行设置。
我计划在不久的将来进行多通道集成(官方的 Shopify SSO 解决方案)。如果您对多通道集成感兴趣并想要更具体的信息,可以给我发私信或在此回复。如果有很大的兴趣,我会优先处理。
嘿 @angus,我们热切希望集成 multipass(我们使用 Shopify Plus,并计划为客户设置 Discourse 作为社区),您能否发送更多详细信息,以及您认为何时会开发完成?